Mercurial > emacs
changeset 42409:e4bc19536f88
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 Dec 2001 20:31:31 +0000 |
parents | f8c910bc4ca1 |
children | cd63104dd575 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 29 20:31:14 2001 +0000 +++ b/lisp/ChangeLog Sat Dec 29 20:31:31 2001 +0000 @@ -1,3 +1,7 @@ +2001-12-29 Richard M. Stallman <rms@gnu.org> + + * progmodes/compile.el (compile-internal): Fix previous change. + 2001-12-28 Richard M. Stallman <rms@gnu.org> * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
--- a/src/ChangeLog Sat Dec 29 20:31:14 2001 +0000 +++ b/src/ChangeLog Sat Dec 29 20:31:31 2001 +0000 @@ -1,5 +1,7 @@ 2001-12-29 Richard M. Stallman <rms@gnu.org> + * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message. + * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key. Handle modifier bits. Correct typo in error message.