aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2006-04-30 22:15:21 +0000
committerRichard M. Stallman2006-04-30 22:15:21 +0000
commit9abc5f4519ebcaf74a937581784fe4e73c2e8a06 (patch)
tree576ec35551a17334f3580118ffa49d91ceee6c02 /src/ChangeLog
parentcc1eecfd888839f6d75c0c7aa5d1e8e37f31d1c7 (diff)
downloademacs-9abc5f4519ebcaf74a937581784fe4e73c2e8a06.tar.gz
emacs-9abc5f4519ebcaf74a937581784fe4e73c2e8a06.zip
(Fdefine_key): Improve error message when KEY begins with a non-prefix key.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 99e1b6a90f1..1f96b0aaaa4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-04-30 Richard Stallman <rms@gnu.org>
2
3 * keymap.c (Fdefine_key): Improve error message
4 when KEY begins with a non-prefix key.
5
12006-04-30 Martin Rudalics <rudalics@gmx.at> (tiny change) 62006-04-30 Martin Rudalics <rudalics@gmx.at> (tiny change)
2 7
3 * syntax.c (Fforward_comment): Don't forget to break out of the loop 8 * syntax.c (Fforward_comment): Don't forget to break out of the loop