aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/time.el
diff options
context:
space:
mode:
authorGlenn Morris2009-08-26 03:07:25 +0000
committerGlenn Morris2009-08-26 03:07:25 +0000
commit6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b (patch)
treec0aceb708a01fcb3d8ca22b3532027691ec40df8 /lisp/time.el
parente49c01791000a9d18cd7813c947c78b1ea1b7cf7 (diff)
downloademacs-6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b.tar.gz
emacs-6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b.zip
Define risky-local-variable property here rather than in files.el.
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el1
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."
105 :group 'display-time) 105 :group 'display-time)
106 106
107(defvar display-time-string nil) 107(defvar display-time-string nil)
108;;;###autoload(put 'display-time-string 'risky-local-variable t)
108 109
109(defcustom display-time-hook nil 110(defcustom display-time-hook nil
110 "List of functions to be called when the time is updated on the mode line." 111 "List of functions to be called when the time is updated on the mode line."