From: Richard M. Stallman Date: Mon, 18 Nov 2002 04:57:40 +0000 (+0000) Subject: (parse-time-rules): Mark it as risky. X-Git-Tag: ttn-vms-21-2-B4~12379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fecddd0d1648a06234d675a7e4664ff9eb0003c4;p=emacs.git (parse-time-rules): Mark it as risky. --- diff --git a/lisp/files.el b/lisp/files.el index 3ac53dc820f..1a7d54b61a7 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2071,6 +2071,7 @@ is specified, returning t if it is specified." (put 'mode-line-position 'risky-local-variable t) (put 'mode-name 'risky-local-variable t) (put 'display-time-string 'risky-local-variable t) +(put 'parse-time-rules 'risky-local-variable t) ;; This case is safe because the user gets to check it before it is used. (put 'compile-command 'safe-local-variable 'stringp)