diff options
| author | Gerd Moellmann | 2000-01-11 13:24:19 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-11 13:24:19 +0000 |
| commit | 7a85e4dfa3ffc1247a394330d5e95b818e4c5985 (patch) | |
| tree | f77862638697f0c9057eadf1c0acf81b74d3cb3e | |
| parent | e27b53f62f2bd216e85e1c83419fe41f7f8daab9 (diff) | |
| download | emacs-7a85e4dfa3ffc1247a394330d5e95b818e4c5985.tar.gz emacs-7a85e4dfa3ffc1247a394330d5e95b818e4c5985.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 8 insertions, 0 deletions
| @@ -889,6 +889,9 @@ Note that +++ before an item means the Lisp manual has been updated. | |||
| 889 | When you add a new item, please add it without either +++ or --- | 889 | When you add a new item, please add it without either +++ or --- |
| 890 | so I will know I still need to look at it -- rms. | 890 | so 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 | ||
| 893 | returned 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 |
| 893 | symbols. | 896 | symbols. |
| 894 | 897 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index ca48fdd4216..f2faf005193 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-01-11 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (Fclear_this_command_keys): Clear recent_keys | ||
| 4 | vector, too. | ||
| 5 | |||
| 1 | 2000-01-11 Andreas Schwab <schwab@suse.de> | 6 | 2000-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. |