X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Futf7.el;h=47c3b0f4c5dbbbf0e00aec0a01726aada91f6d1c;hb=b0eccd76f35ef80c3ad13f09e588d49358e9c22a;hp=74bd092a3dd9494f80f52ae5c2a9cf1e1634229f;hpb=df6ac45b952171e7e709c1b0bf23cc7346429f81;p=gnus diff --git a/lisp/utf7.el b/lisp/utf7.el index 74bd092a3..47c3b0f4c 100644 --- a/lisp/utf7.el +++ b/lisp/utf7.el @@ -78,7 +78,7 @@ (defconst utf7-utf-16-coding-system (cond ((mm-coding-system-p 'utf-16-be-no-signature) ; Mule-UCS 'utf-16-be-no-signature) - ((and (mm-coding-system-p 'utf-16-be) ; Emacs 21.3, Emacs 22 + ((and (mm-coding-system-p 'utf-16-be) ; Emacs ;; Avoid versions with BOM. (= 2 (length (encode-coding-string "a" 'utf-16-be)))) 'utf-16-be)