*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 15 Oct 2001 09:14:09 +0000 (09:14 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 15 Oct 2001 09:14:09 +0000 (09:14 +0000)
lisp/ChangeLog
src/ChangeLog

index a77f572..f59c700 100644 (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
index 03da356..8a7653d 100644 (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.