aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2002-03-08 11:34:25 +0000
committerGerd Moellmann2002-03-08 11:34:25 +0000
commit0d121f7c6a7f2c60bf73e66ef63667b35ab43840 (patch)
tree413ae3bba5c7a140a5c7b9e7504fad1db0cde641 /src/ChangeLog
parent2051c264a322b8227eac662889f99d1f14a9c384 (diff)
downloademacs-0d121f7c6a7f2c60bf73e66ef63667b35ab43840.tar.gz
emacs-0d121f7c6a7f2c60bf73e66ef63667b35ab43840.zip
(echo_char): Make sure to add a separator between
keys even if echo_dash hasn't been called.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7bca6d71d4b..3504fa76084 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12002-03-08 Gerd Moellmann <gerd@gnu.org> 12002-03-08 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (echo_char): Make sure to add a separator between
4 keys even if echo_dash hasn't been called.
5
3 * xdisp.c: Use new string macros. 6 * xdisp.c: Use new string macros.
4 (update_echo_area): Pass number of bytes to message3 instead of 7 (update_echo_area): Pass number of bytes to message3 instead of
5 number of chars. 8 number of chars.