diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-29 20:31:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-29 20:31:31 +0000 |
commit | 0d8466cc42d2e35ed1ea136d6862201fba189f21 (patch) | |
tree | 9ce8088baccd66408c19f2547ed92156b46c5b60 | |
parent | 75da830272fcc55cf45026a2a24a5ea56b818f33 (diff) | |
download | emacs-0d8466cc42d2e35ed1ea136d6862201fba189f21.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2bd991c2aa..a00db0f144b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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, diff --git a/src/ChangeLog b/src/ChangeLog index 02e47483009..b3fcea180ac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. |