diff options
| author | Kim F. Storm | 2003-02-12 11:08:36 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-02-12 11:08:36 +0000 |
| commit | 295fff2c70e4b6dfef984ec01bc3ba05ff2ad5d2 (patch) | |
| tree | 91db4b7d73224357b7160e94d58c265ae57992a7 /src/ChangeLog | |
| parent | 838e4c5a036e79775dfcc2957ff943f9dca4e8ff (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-02-11 Kim F. Storm <storm@cua.dk> | 7 | 2003-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. |