Mercurial > emacs
diff lisp/ChangeLog @ 70590:63b772bfba93
Move `safe-local-variable' declarations to the respective files.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Thu, 11 May 2006 15:01:41 +0000 |
parents | 8a6fc6278754 |
children | 590ca68c1970 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 11 11:10:45 2006 +0000 +++ b/lisp/ChangeLog Thu May 11 15:01:41 2006 +0000 @@ -1,5 +1,10 @@ 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de> + * files.el, newcomment.el, outline.el, simple.el, + emacs-lisp/bytecomp.el, progmodes/cc-compat.el, + progmodes/cc-vars.el, progmodes/compile.el: Move + `safe-local-variable' declarations to the respective files. + * help-fns.el (describe-variable): Don't print safe-var if it is byte-code. Improve wording as suggested by Luc Teirlinck <teirllm@auburn.edu>.