changeset 105294:8fbe927c52f8

* files.el (safe-local-eval-forms): Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 29 Sep 2009 23:57:17 +0000
parents 8bfe20e0336c
children a0400cfe656e
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 29 13:07:50 2009 +0000
+++ b/lisp/ChangeLog	Tue Sep 29 23:57:17 2009 +0000
@@ -1,3 +1,7 @@
+2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
+
+	* files.el (safe-local-eval-forms): Fix typo.
+
 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* vc-hooks.el (vc-dir-buffers): New var.
--- a/lisp/files.el	Tue Sep 29 13:07:50 2009 +0000
+++ b/lisp/files.el	Tue Sep 29 23:57:17 2009 +0000
@@ -2689,7 +2689,7 @@
 
 (defcustom safe-local-eval-forms
   '((add-hook 'write-file-functions 'time-stamp)
-    (add-hook 'before-save-hooks 'time-stamp))
+    (add-hook 'before-save-hook 'time-stamp))
   "Expressions that are considered safe in an `eval:' local variable.
 Add expressions to this list if you want Emacs to evaluate them, when
 they appear in an `eval' local variable specification, without first