From: Richard M. Stallman Date: Thu, 14 Jul 1994 22:48:40 +0000 (+0000) Subject: (rmail-output-file-alist): Mark it risky. X-Git-Tag: emacs-19.34~7602 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d98b741dea73ed9ad791e42f9a4c45a70d34a6e3;p=emacs.git (rmail-output-file-alist): Mark it risky. --- diff --git a/lisp/files.el b/lisp/files.el index d08196d9493..61d2a6dd107 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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))))