aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm2002-05-27 22:14:52 +0000
committerKim F. Storm2002-05-27 22:14:52 +0000
commit02f20f98635c0bb519ebcee939abe428f7f6bf76 (patch)
treee4941f821ccce159223021c53d53c172cdb523f1 /etc
parent93ed5f9da730fafe0736922e31fcebe926eb2c92 (diff)
downloademacs-02f20f98635c0bb519ebcee939abe428f7f6bf76.tar.gz
emacs-02f20f98635c0bb519ebcee939abe428f7f6bf76.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d68ced7e14a..610f0b0adb6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -786,6 +786,15 @@ mode-lines in inverse-video.
786 786
787* Lisp Changes in Emacs 21.4 787* Lisp Changes in Emacs 21.4
788 788
789** The `read-file-name' function now takes an additional argument which
790specifies a predicate which the file name read must satify. The
791new variable `read-file-name-predicate' contains the predicate argument
792while reading the file name from the minibuffer; the predicate in this
793variable is used by read-file-name-internal to filter the completion list.
794
795** The new variable `read-file-name-function' can be used by lisp code
796to override the internal read-file-name function.
797
789** The New lisp library fringe.el controls the apperance of fringes. 798** The New lisp library fringe.el controls the apperance of fringes.
790 799
791** The `defmacro' form may contain declarations specifying how to 800** The `defmacro' form may contain declarations specifying how to