changeset 71942:ea824cd782cd

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 Jul 2006 20:57:24 +0000
parents ee67055ef71f
children 88ec0239376a
files lisp/ChangeLog lispref/ChangeLog
diffstat 2 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jul 17 20:56:58 2006 +0000
+++ b/lisp/ChangeLog	Mon Jul 17 20:57:24 2006 +0000
@@ -1,3 +1,8 @@
+2006-07-17  Richard Stallman  <rms@gnu.org>
+
+	* image-mode.el (tar-superior-buffer, archive-superior-buffer):
+	Add defvars to silence warnings.
+
 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
 
 	* progmodes/compile.el (compilation-mode-font-lock-keywords):
@@ -2183,8 +2188,6 @@
 	to `ispell-local-dictionary'.
 	(ispell-internal-change-dictionary): Check for a change in
 	personal dictionary use too.
-	Cosmetic changes from Agustin Martin
-	<agustin.martin@hispalinux.es>.
 
 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
 
--- a/lispref/ChangeLog	Mon Jul 17 20:56:58 2006 +0000
+++ b/lispref/ChangeLog	Mon Jul 17 20:57:24 2006 +0000
@@ -1,3 +1,11 @@
+2006-07-17  Richard Stallman  <rms@gnu.org>
+
+	* variables.texi (File Local Variables): Clarify that
+	file local variables make buffer-local bindings.
+
+	* modes.texi (Syntactic Font Lock): Give default for
+	font-lock-syntax-table.
+
 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
 
 	* text.texi (Special Properties): Clean up previous change.