aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-15 09:14:09 +0000
committerGerd Moellmann2001-10-15 09:14:09 +0000
commit56378db4a0c3efc8b442e42bd2cab56590374622 (patch)
treebb4278812a65e690ecdec30f21e8b2bc3b1a4178
parentcfe98f509802d1bb1a9eb45fde8fe5f5e625f1de (diff)
downloademacs-56378db4a0c3efc8b442e42bd2cab56590374622.tar.gz
emacs-56378db4a0c3efc8b442e42bd2cab56590374622.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog3
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a77f5728ab5..f59c7001505 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-10-15 Dave Love <fx@gnu.org>
2
3 * international/mule.el (set-auto-coding): Fix regexps for local
4 variables section not to eat newlines.
5
12001-10-15 Miles Bader <miles@gnu.org> 62001-10-15 Miles Bader <miles@gnu.org>
2 7
3 * simple.el (display-message-or-buffer): Pass the correct buffer 8 * simple.el (display-message-or-buffer): Pass the correct buffer
diff --git a/src/ChangeLog b/src/ChangeLog
index 03da356c3ef..8a7653df313 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,7 +5,8 @@
5 5
62001-10-14 Stefan Monnier <monnier@cs.yale.edu> 62001-10-14 Stefan Monnier <monnier@cs.yale.edu>
7 7
8 * indent.c (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE. 8 * indent.c (skip_invisible): Use new retval of
9 TEXT_PROP_MEANS_INVISIBLE.
9 10
10 * keymap.c (access_keymap): Unify handling of `t' and generic-char. 11 * keymap.c (access_keymap): Unify handling of `t' and generic-char.
11 If a parent is reached and noinherit is set, exit immediately. 12 If a parent is reached and noinherit is set, exit immediately.