# HG changeset patch # User Richard M. Stallman # Date 1009657891 0 # Node ID e4bc19536f881589cef60151f3273d0f95d030a6 # Parent f8c910bc4ca1e2521bcf5344759b7a8ff14b8fed *** empty log message *** diff -r f8c910bc4ca1 -r e4bc19536f88 lisp/ChangeLog --- 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 + + * progmodes/compile.el (compile-internal): Fix previous change. + 2001-12-28 Richard M. Stallman * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward, diff -r f8c910bc4ca1 -r e4bc19536f88 src/ChangeLog --- 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 + * 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.