changeset 39948:3b95fca1df77

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 15 Oct 2001 09:14:09 +0000
parents 9c7e9fea58dc
children f169b10c8e00
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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  <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.