+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.
(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