emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 27 May 2002 18:14:52 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.676 emacs/etc/NEWS:1.677
*** emacs/etc/NEWS:1.676        Mon May 27 08:37:24 2002
--- emacs/etc/NEWS      Mon May 27 18:14:52 2002
***************
*** 786,791 ****
--- 786,800 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** The `read-file-name' function now takes an additional argument which
+ specifies a predicate which the file name read must satify.  The
+ new variable `read-file-name-predicate' contains the predicate argument
+ while reading the file name from the minibuffer; the predicate in this
+ variable is used by read-file-name-internal to filter the completion list.
+ 
+ ** The new variable `read-file-name-function' can be used by lisp code
+ to override the internal read-file-name function.
+ 
  ** The New lisp library fringe.el controls the apperance of fringes.
  
  ** The `defmacro' form may contain declarations specifying how to



reply via email to

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