(mailcap-mime-data): Mark as risky.
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 16 Aug 2004 10:15:07 +0000 (10:15 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 16 Aug 2004 10:15:07 +0000 (10:15 +0000)
lisp/ChangeLog
lisp/mailcap.el

index 14f55a4..b8180c1 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mailcap.el (mailcap-mime-data): Mark as risky.
+
 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
index 1a21149..db0ab61 100644 (file)
@@ -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.