aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-11 13:24:19 +0000
committerGerd Moellmann2000-01-11 13:24:19 +0000
commit7a85e4dfa3ffc1247a394330d5e95b818e4c5985 (patch)
treef77862638697f0c9057eadf1c0acf81b74d3cb3e
parente27b53f62f2bd216e85e1c83419fe41f7f8daab9 (diff)
downloademacs-7a85e4dfa3ffc1247a394330d5e95b818e4c5985.tar.gz
emacs-7a85e4dfa3ffc1247a394330d5e95b818e4c5985.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--src/ChangeLog5
2 files changed, 8 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
diff --git a/src/ChangeLog b/src/ChangeLog
index ca48fdd4216..f2faf005193 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-01-11 Gerd Moellmann <gerd@gnu.org>
2
3 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
4 vector, too.
5
12000-01-11 Andreas Schwab <schwab@suse.de> 62000-01-11 Andreas Schwab <schwab@suse.de>
2 7
3 * coding.c (code_convert_region): Initialize total_skip. 8 * coding.c (code_convert_region): Initialize total_skip.