From: Gerd Moellmann Date: Mon, 15 Oct 2001 09:14:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19429 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56378db4a0c3efc8b442e42bd2cab56590374622;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a77f5728ab5..f59c7001505 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-10-15 Dave Love + + * international/mule.el (set-auto-coding): Fix regexps for local + variables section not to eat newlines. + 2001-10-15 Miles Bader * 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 @@ 2001-10-14 Stefan Monnier - * 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.