*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-10-15 09:14:09 +00:00
parent cfe98f5098
commit 56378db4a0
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-10-15 Dave Love <fx@gnu.org>
* international/mule.el (set-auto-coding): Fix regexps for local
variables section not to eat newlines.
2001-10-15 Miles Bader <miles@gnu.org>
* simple.el (display-message-or-buffer): Pass the correct buffer

View file

@ -5,7 +5,8 @@
2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
* indent.c (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.
* indent.c (skip_invisible): Use new retval of
TEXT_PROP_MEANS_INVISIBLE.
* keymap.c (access_keymap): Unify handling of `t' and generic-char.
If a parent is reached and noinherit is set, exit immediately.