aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-11-18 04:57:40 +0000
committerRichard M. Stallman2002-11-18 04:57:40 +0000
commitfecddd0d1648a06234d675a7e4664ff9eb0003c4 (patch)
treefbcc5ea29c836da943d9b90ba89e49f38ecd5d7f
parent28ccdfff966e925272401d280ca0181b7b75d3c2 (diff)
downloademacs-fecddd0d1648a06234d675a7e4664ff9eb0003c4.tar.gz
emacs-fecddd0d1648a06234d675a7e4664ff9eb0003c4.zip
(parse-time-rules): Mark it as risky.
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
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."
2071(put 'mode-line-position 'risky-local-variable t) 2071(put 'mode-line-position 'risky-local-variable t)
2072(put 'mode-name 'risky-local-variable t) 2072(put 'mode-name 'risky-local-variable t)
2073(put 'display-time-string 'risky-local-variable t) 2073(put 'display-time-string 'risky-local-variable t)
2074(put 'parse-time-rules 'risky-local-variable t)
2074 2075
2075;; This case is safe because the user gets to check it before it is used. 2076;; This case is safe because the user gets to check it before it is used.
2076(put 'compile-command 'safe-local-variable 'stringp) 2077(put 'compile-command 'safe-local-variable 'stringp)