emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 5e47d6284b: * lisp/gnus/mm-encode.el (mm-default-file-encoding)


From: Stefan Monnier
Subject: emacs-28 5e47d6284b: * lisp/gnus/mm-encode.el (mm-default-file-encoding): Fix "when" arg
Date: Mon, 11 Apr 2022 14:24:32 -0400 (EDT)

branch: emacs-28
commit 5e47d6284bf184cb21acb1fb142ddb6eeea9c8ec
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * lisp/gnus/mm-encode.el (mm-default-file-encoding): Fix "when" arg
---
 lisp/gnus/mm-encode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/mm-encode.el b/lisp/gnus/mm-encode.el
index ead3bae219..39b1ad1f3b 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
 
 ;;;###autoload
 (define-obsolete-function-alias 'mm-default-file-encoding
-  #'mm-default-file-type "future") ;Old bad name.
+  #'mm-default-file-type "28.1") ;Old bad name.
 ;;;###autoload
 (defun mm-default-file-type (file)
   "Return a default content type for FILE."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]