# HG changeset patch # User Gerd Moellmann # Date 1003137249 0 # Node ID 3b95fca1df77c3971e67e833d14f9e99c49b7e1f # Parent 9c7e9fea58dcde2e98fb496f4f9678938623186f *** empty log message *** diff -r 9c7e9fea58dc -r 3b95fca1df77 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 15 08:47:11 2001 +0000 +++ b/lisp/ChangeLog Mon Oct 15 09:14:09 2001 +0000 @@ -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 -r 9c7e9fea58dc -r 3b95fca1df77 src/ChangeLog --- a/src/ChangeLog Mon Oct 15 08:47:11 2001 +0000 +++ b/src/ChangeLog Mon Oct 15 09:14:09 2001 +0000 @@ -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.