diff 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
line wrap: on
line diff
--- a/lisp/time.el	Wed Aug 26 02:59:34 2009 +0000
+++ b/lisp/time.el	Wed Aug 26 03:07:25 2009 +0000
@@ -105,6 +105,7 @@
   :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."