From d98b741dea73ed9ad791e42f9a4c45a70d34a6e3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 14 Jul 1994 22:48:40 +0000 Subject: [PATCH] (rmail-output-file-alist): Mark it risky. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) 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)))) -- 2.39.5