From: Gerd Moellmann Date: Tue, 11 Jan 2000 13:24:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5392 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a85e4dfa3ffc1247a394330d5e95b818e4c5985;p=emacs.git *** empty log message *** --- 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. When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. +** The function `clear-this-command-keys' now also clears the vector +returned by function `recent-keys'. + ** New function `keyword-p' is an efficient type predicate for keyword symbols. diff --git a/src/ChangeLog b/src/ChangeLog index ca48fdd4216..f2faf005193 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-01-11 Gerd Moellmann + + * keyboard.c (Fclear_this_command_keys): Clear recent_keys + vector, too. + 2000-01-11 Andreas Schwab * coding.c (code_convert_region): Initialize total_skip.