Skip to content

Commit fac11d8

Browse files
committed
(mml-generate-mime-1): Remove XEmacs compat code
* lisp/gnus/mml.el (mml-generate-mime-1): Remove XEmacs compat code.
1 parent 2b313d1 commit fac11d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lisp/gnus/mml.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -702,9 +702,7 @@ be \"related\" or \"alternate\"."
702702
filename)))))
703703
(t
704704
(let ((contents (cdr (assq 'contents cont))))
705-
(if (if (featurep 'xemacs)
706-
(string-match "[^\000-\377]" contents)
707-
(multibyte-string-p contents))
705+
(if (multibyte-string-p contents)
708706
(progn
709707
(set-buffer-multibyte t)
710708
(insert contents)

0 commit comments

Comments
 (0)