summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-14 22:48:40 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-14 22:48:40 +0000
commitd98b741dea73ed9ad791e42f9a4c45a70d34a6e3 (patch)
tree6f10f07db32d3a3d31ba695b0df8280633c86ba4
parent17b9d003e9e3a078535f68eac093f0975d39eedd (diff)
downloademacs-d98b741dea73ed9ad791e42f9a4c45a70d34a6e3.tar.gz
(rmail-output-file-alist): Mark it risky.
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
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))))