diff options
Diffstat (limited to 'lisp/files.el')
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
