changeset 8251:6f692cc01d52

(rmail-output-file-alist): Mark it risky.
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Jul 1994 22:48:40 +0000
parents 9198d6e1f11c
children 7d4674a34de3
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))))