aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-15 09:14:09 +0000
committerGerd Moellmann2001-10-15 09:14:09 +0000
commit56378db4a0c3efc8b442e42bd2cab56590374622 (patch)
treebb4278812a65e690ecdec30f21e8b2bc3b1a4178 /src
parentcfe98f509802d1bb1a9eb45fde8fe5f5e625f1de (diff)
downloademacs-56378db4a0c3efc8b442e42bd2cab56590374622.tar.gz
emacs-56378db4a0c3efc8b442e42bd2cab56590374622.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
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.