From: Chong Yidong Date: Tue, 29 Sep 2009 23:57:17 +0000 (+0000) Subject: * files.el (safe-local-eval-forms): Fix typo. X-Git-Tag: emacs-pretest-23.1.90~1065 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=561580e91b37f37f95bd3ac6f3064ae2d97f2750;p=emacs.git * files.el (safe-local-eval-forms): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b0069b7b04..73b9db7fe74 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-09-29 Chong Yidong + + * files.el (safe-local-eval-forms): Fix typo. + 2009-09-29 Stefan Monnier * vc-hooks.el (vc-dir-buffers): New var. diff --git a/lisp/files.el b/lisp/files.el index 177046ace0f..3fde2812f0c 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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