summaryrefslogtreecommitdiff
path: root/lisp/time-stamp.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-01-03 06:46:43 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-01-03 06:46:43 +0000
commit65b332b131cc356242f5c6d0b17762335210ee02 (patch)
tree1e3f3eecfbe45cbd148e58f1356c9a820d8a613e /lisp/time-stamp.el
parentc38fe6cae03afdb69e285760316e10176074cdac (diff)
downloademacs-65b332b131cc356242f5c6d0b17762335210ee02.tar.gz
* time-stamp.el (time-stamp-time-zone): Add safe-local-variable property.
Diffstat (limited to 'lisp/time-stamp.el')
-rw-r--r--lisp/time-stamp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index 7316e6db75a..82a52310369 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -128,7 +128,7 @@ Format is the same as that used by the environment variable TZ on your system."
: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,