emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] (no subject)


From: Kenichi Handa
Subject: [Emacs-diffs] (no subject)
Date: Mon, 01 Dec 2003 20:45:14 -0500

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.494 emacs/src/fileio.c:1.495
*** emacs/src/fileio.c:1.494    Mon Sep  1 11:45:52 2003
--- emacs/src/fileio.c  Sat Nov 29 05:44:36 2003
***************
*** 134,139 ****
--- 134,140 ----
  
  #include "commands.h"
  extern int use_dialog_box;
+ extern int use_file_dialog;
  
  #ifndef O_WRONLY
  #define O_WRONLY 1
***************
*** 6212,6217 ****
--- 6213,6219 ----
  #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
        && have_menus_p ())
      {
        /* If DIR contains a file name, split it.  */




reply via email to

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