# HG changeset patch # User Richard M. Stallman # Date 1037595460 0 # Node ID 4718d25e15001e11a49949aa45beb46ca1f427a1 # Parent 09f47b7d547df7dd1add9364b42a8547dc197373 (parse-time-rules): Mark it as risky. diff -r 09f47b7d547d -r 4718d25e1500 lisp/files.el --- a/lisp/files.el Mon Nov 18 04:57:08 2002 +0000 +++ b/lisp/files.el Mon Nov 18 04:57:40 2002 +0000 @@ -2071,6 +2071,7 @@ (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)