# HG changeset patch # User Richard M. Stallman # Date 1082574928 0 # Node ID 59e11b0793cfdb91490aeb1196529faf015aa638 # Parent 3baddb82ae0181fc35f5acd9e5e5e4d54266a910 (mailcap-mime-data): Mark as risky. diff -r 3baddb82ae01 -r 59e11b0793cf lisp/gnus/mailcap.el --- 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.