aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-29 20:31:31 +0000
committerRichard M. Stallman2001-12-29 20:31:31 +0000
commit0d8466cc42d2e35ed1ea136d6862201fba189f21 (patch)
tree9ce8088baccd66408c19f2547ed92156b46c5b60
parent75da830272fcc55cf45026a2a24a5ea56b818f33 (diff)
downloademacs-0d8466cc42d2e35ed1ea136d6862201fba189f21.tar.gz
emacs-0d8466cc42d2e35ed1ea136d6862201fba189f21.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog2
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 @@
12001-12-29 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/compile.el (compile-internal): Fix previous change.
4
12001-12-28 Richard M. Stallman <rms@gnu.org> 52001-12-28 Richard M. Stallman <rms@gnu.org>
2 6
3 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward, 7 * 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 @@
12001-12-29 Richard M. Stallman <rms@gnu.org> 12001-12-29 Richard M. Stallman <rms@gnu.org>
2 2
3 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
4
3 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key. 5 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
4 Handle modifier bits. Correct typo in error message. 6 Handle modifier bits. Correct typo in error message.
5 7