1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2006-07-17 20:57:24 +00:00
parent 6a20a6062e
commit daeeeffc3f
2 changed files with 13 additions and 2 deletions

View file

@ -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>

View file

@ -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.