emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog files.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog files.el
Date: Tue, 29 Sep 2009 23:57:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/09/29 23:57:20

Modified files:
        lisp           : ChangeLog files.el 

Log message:
        * files.el (safe-local-eval-forms): Fix typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16291&r2=1.16292
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/files.el?cvsroot=emacs&r1=1.1086&r2=1.1087

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16291
retrieving revision 1.16292
diff -u -b -r1.16291 -r1.16292
--- ChangeLog   29 Sep 2009 13:07:50 -0000      1.16291
+++ ChangeLog   29 Sep 2009 23:57:17 -0000      1.16292
@@ -1,3 +1,7 @@
+2009-09-29  Chong Yidong  <address@hidden>
+
+       * files.el (safe-local-eval-forms): Fix typo.
+
 2009-09-29  Stefan Monnier  <address@hidden>
 
        * vc-hooks.el (vc-dir-buffers): New var.

Index: files.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/files.el,v
retrieving revision 1.1086
retrieving revision 1.1087
diff -u -b -r1.1086 -r1.1087
--- files.el    25 Sep 2009 22:04:10 -0000      1.1086
+++ files.el    29 Sep 2009 23:57:20 -0000      1.1087
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]