# HG changeset patch # User Chong Yidong # Date 1254268637 0 # Node ID 8fbe927c52f8a9cead8d4683feebdd8d8868a5ae # Parent 8bfe20e0336c6cdd268615dd4e24aa67ab5b5aed * files.el (safe-local-eval-forms): Fix typo. diff -r 8bfe20e0336c -r 8fbe927c52f8 lisp/ChangeLog --- 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 + + * files.el (safe-local-eval-forms): Fix typo. + 2009-09-29 Stefan Monnier * vc-hooks.el (vc-dir-buffers): New var. diff -r 8bfe20e0336c -r 8fbe927c52f8 lisp/files.el --- 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