diff options
| -rw-r--r-- | lisp/gnus/mm-encode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-encode.el b/lisp/gnus/mm-encode.el index ead3bae219d..39b1ad1f3b9 100644 --- a/lisp/gnus/mm-encode.el +++ b/lisp/gnus/mm-encode.el | |||
| @@ -99,7 +99,7 @@ This variable should never be set directly, but bound before a call to | |||
| 99 | 99 | ||
| 100 | ;;;###autoload | 100 | ;;;###autoload |
| 101 | (define-obsolete-function-alias 'mm-default-file-encoding | 101 | (define-obsolete-function-alias 'mm-default-file-encoding |
| 102 | #'mm-default-file-type "future") ;Old bad name. | 102 | #'mm-default-file-type "28.1") ;Old bad name. |
| 103 | ;;;###autoload | 103 | ;;;###autoload |
| 104 | (defun mm-default-file-type (file) | 104 | (defun mm-default-file-type (file) |
| 105 | "Return a default content type for FILE." | 105 | "Return a default content type for FILE." |