# HG changeset patch # User Richard M. Stallman # Date 774226120 0 # Node ID 6f692cc01d52bdb581af2cbdcc079c9c9ad9eecd # Parent 9198d6e1f11c9b54fe8eb78d0ca07338809cde4b (rmail-output-file-alist): Mark it risky. diff -r 9198d6e1f11c -r 6f692cc01d52 lisp/files.el --- a/lisp/files.el Thu Jul 14 19:41:08 1994 +0000 +++ b/lisp/files.el Thu Jul 14 22:48:40 1994 +0000 @@ -1151,6 +1151,7 @@ (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))))