emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fileio.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c [emacs-unicode-2]
Date: Fri, 27 Aug 2004 07:10:27 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.492.2.17 emacs/src/fileio.c:1.492.2.18
*** emacs/src/fileio.c:1.492.2.17       Tue Aug 10 07:46:40 2004
--- emacs/src/fileio.c  Fri Aug 27 07:00:31 2004
***************
*** 6106,6112 ****
  
  If this command was invoked with the mouse, use a file dialog box if
  `use-dialog-box' is non-nil, and the window system or X toolkit in use
! provides a file dialog box.  */)
       (prompt, dir, default_filename, mustmatch, initial, predicate)
       Lisp_Object prompt, dir, default_filename, mustmatch, initial, predicate;
  {
--- 6106,6115 ----
  
  If this command was invoked with the mouse, use a file dialog box if
  `use-dialog-box' is non-nil, and the window system or X toolkit in use
! provides a file dialog box.
! 
! See also `read-file-name-completion-ignore-case'
! and `read-file-name-function'.  */)
       (prompt, dir, default_filename, mustmatch, initial, predicate)
       Lisp_Object prompt, dir, default_filename, mustmatch, initial, predicate;
  {
***************
*** 6214,6220 ****
  
    GCPRO2 (insdef, default_filename);
  
! #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
--- 6217,6223 ----
  
    GCPRO2 (insdef, default_filename);
  
! #if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) || 
defined(TARGET_API_MAC_CARBON)
    if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event))
        && use_dialog_box
        && use_file_dialog




reply via email to

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