]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-output-file-alist): Mark it risky.
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Jul 1994 22:48:40 +0000 (22:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Jul 1994 22:48:40 +0000 (22:48 +0000)
lisp/files.el

index d08196d949388293aa499abd5ad25478d23bcc5d..61d2a6dd107f15b482e84eeca88023d7ab84fd8f 100644 (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))))