Mercurial > emacs
changeset 55046:59e11b0793cf
(mailcap-mime-data): Mark as risky.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Apr 2004 19:15:28 +0000 |
parents | 3baddb82ae01 |
children | 428f891f9e31 |
files | lisp/gnus/mailcap.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/mailcap.el Wed Apr 21 19:14:49 2004 +0000 +++ b/lisp/gnus/mailcap.el Wed Apr 21 19:15:28 2004 +0000 @@ -271,6 +271,7 @@ whose car is a symbol, it is `eval'led to yield the validity. If it is a string or list of strings, it represents a shell command to run to return a true or false shell value for the validity.") +(put 'mailcap-mime-data 'risky-local-variable t) (defcustom mailcap-download-directory nil "*Directory to which `mailcap-save-binary-file' downloads files by default.