From bdbcd813e37749d7b9e5bec3b580f7eae23c1b97 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 16 Aug 2004 12:44:29 +0000 Subject: [PATCH] Synch to No Gnus 200408161015. --- lisp/ChangeLog | 4 ++++ lisp/gnus-mailcap.el | 1 + 2 files changed, 5 insertions(+) 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. -- 1.7.10.4