aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2012-08-10 21:46:38 -0700
committerGlenn Morris2012-08-10 21:46:38 -0700
commit9ff9402d3aa4278f34ffff71cc4b89ba7878e3ab (patch)
tree5fb13e813649115f75cc50019fa4f7c55ccd7465 /lisp
parent5725bd2cc0e691dadc31bd958f210b1bbcf17c49 (diff)
downloademacs-9ff9402d3aa4278f34ffff71cc4b89ba7878e3ab.tar.gz
emacs-9ff9402d3aa4278f34ffff71cc4b89ba7878e3ab.zip
ChangeLog date fixes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dc921213b42..5dbd592448c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,4 @@
12012-08-10 Glenn Morris <rgm@gnu.org> 12012-08-11 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix. 3 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4 4
@@ -7,8 +7,6 @@
7 * emacs-lisp/autoload.el (autoload-find-generated-file) 7 * emacs-lisp/autoload.el (autoload-find-generated-file)
8 (autoload-find-file): Disable local eval: (for insurance). 8 (autoload-find-file): Disable local eval: (for insurance).
9 9
102012-08-07 Glenn Morris <rgm@gnu.org>
11
12 * files.el (hack-local-variables-filter): If an eval: form is not 10 * files.el (hack-local-variables-filter): If an eval: form is not
13 known to be safe, and enable-local-variables is :safe, then ignore 11 known to be safe, and enable-local-variables is :safe, then ignore
14 the form totally, as is done for non-eval forms. (Bug#12155) 12 the form totally, as is done for non-eval forms. (Bug#12155)