diff options
| -rw-r--r-- | lisp/gnus/mailcap.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/mailcap.el b/lisp/gnus/mailcap.el index 1663bd3f5f8..6d35e2196ae 100644 --- a/lisp/gnus/mailcap.el +++ b/lisp/gnus/mailcap.el | |||
| @@ -271,6 +271,7 @@ validity. Otherwise, if it is a non-function Lisp symbol or list | |||
| 271 | whose car is a symbol, it is `eval'led to yield the validity. If it | 271 | whose car is a symbol, it is `eval'led to yield the validity. If it |
| 272 | is a string or list of strings, it represents a shell command to run | 272 | is a string or list of strings, it represents a shell command to run |
| 273 | to return a true or false shell value for the validity.") | 273 | to return a true or false shell value for the validity.") |
| 274 | (put 'mailcap-mime-data 'risky-local-variable t) | ||
| 274 | 275 | ||
| 275 | (defcustom mailcap-download-directory nil | 276 | (defcustom mailcap-download-directory nil |
| 276 | "*Directory to which `mailcap-save-binary-file' downloads files by default. | 277 | "*Directory to which `mailcap-save-binary-file' downloads files by default. |