]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (safe-local-eval-forms): Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 29 Sep 2009 23:57:17 +0000 (23:57 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 29 Sep 2009 23:57:17 +0000 (23:57 +0000)
lisp/ChangeLog
lisp/files.el

index 6b0069b7b0425b98d15e5ca6208c2d9c5f620254..73b9db7fe748d76191f76862ee2f611ef0e3273e 100644 (file)
@@ -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.
index 177046ace0f1fec63c5b42316b94e7305fde37df..3fde2812f0ca72609c59b21b338d11e3f58694d4 100644 (file)
@@ -2689,7 +2689,7 @@ symbol and VAL is a value that is considered safe."
 
 (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