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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Sat, 14 Aug 2004 08:51:52 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.509 emacs/src/fileio.c:1.510
*** emacs/src/fileio.c:1.509    Sat Aug  7 20:57:19 2004
--- emacs/src/fileio.c  Sat Aug 14 12:47:42 2004
***************
*** 6193,6199 ****
  
  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;
  {
--- 6193,6202 ----
  
  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;
  {




reply via email to

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