]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Dec 2001 20:31:31 +0000 (20:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Dec 2001 20:31:31 +0000 (20:31 +0000)
lisp/ChangeLog
src/ChangeLog

index a2bd991c2aad0868d4b0bf38667bbe5f2c85c9ff..a00db0f144b0e0717e80958fb69fadec5b296f58 100644 (file)
@@ -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,
index 02e47483009fa4f291e46fc11ddda685d5fc2e08..b3fcea180ac25ba8214c0e0c2e670fbab2148164 100644 (file)
@@ -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.