diff options
author | Glenn Morris <rgm@gnu.org> | 2009-08-26 03:07:25 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-08-26 03:07:25 +0000 |
commit | 6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b (patch) | |
tree | c0aceb708a01fcb3d8ca22b3532027691ec40df8 /lisp/time.el | |
parent | e49c01791000a9d18cd7813c947c78b1ea1b7cf7 (diff) | |
download | emacs-6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b.tar.gz |
Define risky-local-variable property here rather than in files.el.
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/time.el b/lisp/time.el index 912ab43c481..1d0b951e4a4 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -105,6 +105,7 @@ A value of nil means 1 <= hh <= 12, and an AM/PM suffix is used." :group 'display-time) (defvar display-time-string nil) +;;;###autoload(put 'display-time-string 'risky-local-variable t) (defcustom display-time-hook nil "List of functions to be called when the time is updated on the mode line." |