projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34fc71c
)
Remove Emacs 19 compat code in mm-util.el
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 26 May 2024 13:25:21 +0000
(15:25 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 26 May 2024 13:27:27 +0000
(15:27 +0200)
* lisp/gnus/mm-util.el (mm-preferred-coding-system): Remove Emacs
19 compat code.
lisp/gnus/mm-util.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mm-util.el
b/lisp/gnus/mm-util.el
index 0e4bbbe650f797b3a5858123eaa6bdda1771c716..8ee1eab367b5a2d9ae5903e84e2947aab062b324 100644
(file)
--- a/
lisp/gnus/mm-util.el
+++ b/
lisp/gnus/mm-util.el
@@
-399,9
+399,7
@@
non-nil."
(set-buffer-multibyte nil))
(defun mm-preferred-coding-system (charset)
- ;; A typo in some Emacs versions.
- (or (get-charset-property charset 'preferred-coding-system)
- (get-charset-property charset 'prefered-coding-system)))
+ (get-charset-property charset 'preferred-coding-system))
;; Mule charsets shouldn't be used.
(defsubst mm-guess-charset ()