From: yamaoka Date: Mon, 16 Aug 2004 12:44:29 +0000 (+0000) Subject: Synch to No Gnus 200408161015. X-Git-Tag: t-gnus-6_17_4-quimby-~803 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bdbcd813e37749d7b9e5bec3b580f7eae23c1b97;p=elisp%2Fgnus.git- Synch to No Gnus 200408161015. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68126aa..81f0aa6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-08-16 Reiner Steib + + * mailcap.el (mailcap-mime-data): Mark as risky. + 2004-08-15 Katsumi Yamaoka * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis diff --git a/lisp/gnus-mailcap.el b/lisp/gnus-mailcap.el index 232b019..362ed1c 100644 --- a/lisp/gnus-mailcap.el +++ b/lisp/gnus-mailcap.el @@ -305,6 +305,7 @@ validity. Otherwise, if it is a non-function Lisp symbol or list 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.