emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v
Date: Sun, 05 Nov 2006 12:18:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/11/05 12:18:21

Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1128
retrieving revision 1.1129
diff -u -b -r1.1128 -r1.1129
--- xdisp.c     23 Oct 2006 11:49:48 -0000      1.1128
+++ xdisp.c     5 Nov 2006 12:18:21 -0000       1.1129
@@ -22636,7 +22636,7 @@
   struct buffer *b;
 
   /* When a menu is active, don't highlight because this looks odd.  */
-#if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NTGUI)
+#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
   if (popup_activated ())
     return;
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]