1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(rmail-output-file-alist): Mark it risky.

This commit is contained in:
Richard M. Stallman 1994-07-14 22:48:40 +00:00
parent 17b9d003e9
commit d98b741dea

View File

@ -1151,6 +1151,7 @@ If `enable-local-variables' is nil, this function does not check for a
(put 'process-environment 'risky-local-variable t)
;; Don't wait for outline.el to be loaded, for the sake of outline-minor-mode.
(put 'outline-level 'risky-local-variable t)
(put 'rmail-output-file-alist 'risky-local-variable t)
(defun hack-one-local-variable-quotep (exp)
(and (consp exp) (eq (car exp) 'quote) (consp (cdr exp))))