# HG changeset patch # User Richard M. Stallman # Date 1153169844 0 # Node ID ea824cd782cd9f525955e996c80fdd0602d16970 # Parent ee67055ef71fce469eb2187cbe2bab2851abd1df *** empty log message *** diff -r ee67055ef71f -r ea824cd782cd lisp/ChangeLog --- 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 + + * 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 -r ee67055ef71f -r ea824cd782cd lispref/ChangeLog --- 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 + + * 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.