]> git.eshelyaron.com Git - emacs.git/commitdiff
(parse-time-rules): Mark it as risky.
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Nov 2002 04:57:40 +0000 (04:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Nov 2002 04:57:40 +0000 (04:57 +0000)
lisp/files.el

index 3ac53dc820fc5e9770d65e725e1f2f79f965e877..1a7d54b61a7995983cf8928f0c413fdab5e1496a 100644 (file)
@@ -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)