mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(mml-generate-mime-1): Remove XEmacs compat code
* lisp/gnus/mml.el (mml-generate-mime-1): Remove XEmacs compat code.
This commit is contained in:
parent
2b313d1739
commit
fac11d899b
1 changed files with 1 additions and 3 deletions
|
|
@ -702,9 +702,7 @@ be \"related\" or \"alternate\"."
|
|||
filename)))))
|
||||
(t
|
||||
(let ((contents (cdr (assq 'contents cont))))
|
||||
(if (if (featurep 'xemacs)
|
||||
(string-match "[^\000-\377]" contents)
|
||||
(multibyte-string-p contents))
|
||||
(if (multibyte-string-p contents)
|
||||
(progn
|
||||
(set-buffer-multibyte t)
|
||||
(insert contents)
|
||||
|
|
|
|||
Loading…
Reference in a new issue