diff options
author | Glenn Morris <rgm@gnu.org> | 2009-08-26 03:07:25 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-08-26 03:07:25 +0000 |
commit | 6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b (patch) | |
tree | c0aceb708a01fcb3d8ca22b3532027691ec40df8 /lisp/mail/rmailout.el | |
parent | e49c01791000a9d18cd7813c947c78b1ea1b7cf7 (diff) | |
download | emacs-6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b.tar.gz emacs-6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b.tar.bz2 emacs-6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b.zip |
Define risky-local-variable property here rather than in files.el.
Diffstat (limited to 'lisp/mail/rmailout.el')
-rw-r--r-- | lisp/mail/rmailout.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index dad696f5355..8ca36ed1f70 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -46,6 +46,7 @@ a file name as a string." (string :tag "File Name") sexp))) :group 'rmail-output) +;;;###autoload(put 'rmail-output-file-alist 'risky-local-variable t) (defcustom rmail-fields-not-to-output nil "Regexp describing fields to exclude when outputting a message to a file. |