[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/fileio.c,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/fileio.c,v |
Date: |
Sun, 27 Jul 2008 18:25:06 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/27 18:24:49
Index: src/fileio.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fileio.c,v
retrieving revision 1.626
retrieving revision 1.627
diff -u -b -r1.626 -r1.627
--- src/fileio.c 24 Jul 2008 13:00:20 -0000 1.626
+++ src/fileio.c 27 Jul 2008 18:24:40 -0000 1.627
@@ -6087,7 +6087,7 @@
before any other event (mouse or keypress) is handeled. */)
()
{
-#if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) ||
defined (HAVE_CARBON)
+#if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK)
if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event))
&& use_dialog_box
&& use_file_dialog
- [Emacs-diffs] Changes to emacs/src/fileio.c,v, Jason Rumney, 2008/07/02
- [Emacs-diffs] Changes to emacs/src/fileio.c,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/src/fileio.c,v, Andreas Schwab, 2008/07/24
- [Emacs-diffs] Changes to emacs/src/fileio.c,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/fileio.c,v, Dan Nicolaescu, 2008/07/31