aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-08-07 14:41:39 -0400
committerGlenn Morris2012-08-07 14:41:39 -0400
commitf40b9f106b43a3602ae10db0261de924dc5c5b59 (patch)
tree3384b3c4281312da656634cb46cccc937c68819e /lisp/ChangeLog
parentdb74a5fcb7ebed92c0a944c38b61de1c7ebb87d0 (diff)
downloademacs-f40b9f106b43a3602ae10db0261de924dc5c5b59.tar.gz
emacs-f40b9f106b43a3602ae10db0261de924dc5c5b59.zip
hack-local-variables-filter fix for bug#12155
* lisp/files.el (hack-local-variables-filter): If an eval: form is not known to be safe, and enable-local-variables is :safe, then ignore the form totally, as is done for non-eval forms.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d8bf55e0066..7d61d9d69b8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-08-07 Glenn Morris <rgm@gnu.org>
2
3 * files.el (hack-local-variables-filter): If an eval: form is not
4 known to be safe, and enable-local-variables is :safe, then ignore
5 the form totally, as is done for non-eval forms. (Bug#12155)
6
12012-08-07 Chong Yidong <cyd@gnu.org> 72012-08-07 Chong Yidong <cyd@gnu.org>
2 8
3 * mouse.el (mouse-drag-track): Deactivate the mark before popping. 9 * mouse.el (mouse-drag-track): Deactivate the mark before popping.