aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2003-02-12 11:08:36 +0000
committerKim F. Storm2003-02-12 11:08:36 +0000
commit295fff2c70e4b6dfef984ec01bc3ba05ff2ad5d2 (patch)
tree91db4b7d73224357b7160e94d58c265ae57992a7 /src/ChangeLog
parent838e4c5a036e79775dfcc2957ff943f9dca4e8ff (diff)
downloademacs-295fff2c70e4b6dfef984ec01bc3ba05ff2ad5d2.tar.gz
emacs-295fff2c70e4b6dfef984ec01bc3ba05ff2ad5d2.zip
(Fstart_kbd_macro): If appending, and last keyboard
macro is a string, convert meta modifiers in string when copying the string into a vector.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 04abcc37c58..32c72798647 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12003-02-12 Kim F. Storm <storm@cua.dk>
2
3 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
4 macro is a string, convert meta modifiers in string when copying
5 the string into a vector.
6
12003-02-11 Kim F. Storm <storm@cua.dk> 72003-02-11 Kim F. Storm <storm@cua.dk>
2 8
3 * keymap.c (Fremap_command): Return nil if arg is not a symbol. 9 * keymap.c (Fremap_command): Return nil if arg is not a symbol.