changeset 79664:f1154b4e2454

* time-stamp.el (time-stamp-time-zone): Add safe-local-variable property.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 03 Jan 2008 06:44:43 +0000
parents f1019ace895b
children 37f5e5ae84d8
files lisp/time-stamp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time-stamp.el	Thu Jan 03 06:41:49 2008 +0000
+++ b/lisp/time-stamp.el	Thu Jan 03 06:44:43 2008 +0000
@@ -128,7 +128,7 @@
   :type '(choice (const nil) string)
   :group 'time-stamp
   :version "20.1")
-
+;;;###autoload(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
 
 ;;; Do not change time-stamp-line-limit, time-stamp-start,
 ;;; time-stamp-end, time-stamp-pattern, time-stamp-inserts-lines,