comparison lisp/time.el @ 104612:c220a29e75fd

Define risky-local-variable property here rather than in files.el.
author Glenn Morris <rgm@gnu.org>
date Wed, 26 Aug 2009 03:07:25 +0000
parents 060d60d54822
children e9f8f2b78f10
comparison
equal deleted inserted replaced
104611:d3071821d3ea 104612:c220a29e75fd
103 A value of nil means 1 <= hh <= 12, and an AM/PM suffix is used." 103 A value of nil means 1 <= hh <= 12, and an AM/PM suffix is used."
104 :type 'boolean 104 :type 'boolean
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."
111 :type 'hook 112 :type 'hook
112 :group 'display-time) 113 :group 'display-time)