comparison lisp/files.el @ 48410:4718d25e1500

(parse-time-rules): Mark it as risky.
author Richard M. Stallman <rms@gnu.org>
date Mon, 18 Nov 2002 04:57:40 +0000
parents bd65cb4f3ff9
children 7f44fb167662
comparison
equal deleted inserted replaced
48409:09f47b7d547d 48410:4718d25e1500
2069 (put 'mode-line-buffer-identification 'risky-local-variable t) 2069 (put 'mode-line-buffer-identification 'risky-local-variable t)
2070 (put 'mode-line-modes 'risky-local-variable t) 2070 (put 'mode-line-modes 'risky-local-variable t)
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)
2077 2078
2078 (defun risky-local-variable-p (sym val) 2079 (defun risky-local-variable-p (sym val)