From: Richard M. Stallman Date: Mon, 17 Jul 2006 20:57:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~1403 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=daeeeffc3fc165eb372bd9786bc38d13d39dff3e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7fbe2131ab..5dd8940fed7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-07-17 Richard Stallman + + * image-mode.el (tar-superior-buffer, archive-superior-buffer): + Add defvars to silence warnings. + 2006-07-17 Chong Yidong * 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 - . 2006-05-05 Eli Zaretskii diff --git a/lispref/ChangeLog b/lispref/ChangeLog index bc9e67f15e4..7ed5ed986b8 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,11 @@ +2006-07-17 Richard Stallman + + * 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 * text.texi (Special Properties): Clean up previous change.