Mercurial > emacs
comparison lisp/ChangeLog @ 85900:273fc54f4338
2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
* files.el (hack-local-variables): Fix membership tests to avoid
treating all variables as safe if `enable-local-variables' is
set to :safe.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Fri, 02 Nov 2007 11:03:43 +0000 |
parents | d61576ad61ce |
children | 990d0964a0cc |
comparison
equal
deleted
inserted
replaced
85899:4cedf06c1ad2 | 85900:273fc54f4338 |
---|---|
1 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change) | |
2 | |
3 * files.el (hack-local-variables): Fix membership tests to avoid | |
4 treating all variables as safe if `enable-local-variables' is | |
5 set to :safe. | |
6 | |
1 2007-11-02 Glenn Morris <rgm@gnu.org> | 7 2007-11-02 Glenn Morris <rgm@gnu.org> |
2 | 8 |
3 * newcomment.el (comment-indent): Let comment-insert-comment-function, | 9 * newcomment.el (comment-indent): Let comment-insert-comment-function, |
4 if defined, do all the work of inserting a new comment. | 10 if defined, do all the work of inserting a new comment. |
5 | 11 |