]> git.eshelyaron.com Git - emacs.git/commitdiff
(mailcap-mime-data): Mark as risky.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Apr 2004 19:15:28 +0000 (19:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Apr 2004 19:15:28 +0000 (19:15 +0000)
lisp/gnus/mailcap.el

index 1663bd3f5f8388fdca84aba45cc12ae4093ba876..6d35e2196ae08a2effc558322031c0e36ff507f1 100644 (file)
@@ -271,6 +271,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.