aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-11 13:24:19 +0000
committerGerd Moellmann2000-01-11 13:24:19 +0000
commit7a85e4dfa3ffc1247a394330d5e95b818e4c5985 (patch)
treef77862638697f0c9057eadf1c0acf81b74d3cb3e /etc
parente27b53f62f2bd216e85e1c83419fe41f7f8daab9 (diff)
downloademacs-7a85e4dfa3ffc1247a394330d5e95b818e4c5985.tar.gz
emacs-7a85e4dfa3ffc1247a394330d5e95b818e4c5985.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bddf643219f..10bf603a41f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -889,6 +889,9 @@ Note that +++ before an item means the Lisp manual has been updated.
889When you add a new item, please add it without either +++ or --- 889When you add a new item, please add it without either +++ or ---
890so I will know I still need to look at it -- rms. 890so I will know I still need to look at it -- rms.
891 891
892** The function `clear-this-command-keys' now also clears the vector
893returned by function `recent-keys'.
894
892** New function `keyword-p' is an efficient type predicate for keyword 895** New function `keyword-p' is an efficient type predicate for keyword
893symbols. 896symbols.
894 897