summaryrefslogtreecommitdiff
path: root/lisp/gnus/utf7.el
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2010-09-29 01:09:50 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-09-29 01:09:50 +0000
commit0c43b6f8d5d1458b51dc144efca682c811ebfc44 (patch)
treec457f4d674ce6623bfbf5134e986afab162dc39d /lisp/gnus/utf7.el
parenta6f3211f1090a904aaa81c388fbae7b560794432 (diff)
downloademacs-0c43b6f8d5d1458b51dc144efca682c811ebfc44.tar.gz
emacs-0c43b6f8d5d1458b51dc144efca682c811ebfc44.tar.bz2
emacs-0c43b6f8d5d1458b51dc144efca682c811ebfc44.zip
Remove Emacs 21 stuff.
mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist, mm-mime-charset): Comment fix. rfc2047.el (rfc2047-syntax-table): Comment fix. utf7.el (utf7-utf-16-coding-system): Comment fix. nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load' rather than `insert-file-contents' and `eval-region'. pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else construction. time-date.el: No need to require cl for Emacs 21.
Diffstat (limited to 'lisp/gnus/utf7.el')
-rw-r--r--lisp/gnus/utf7.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/utf7.el b/lisp/gnus/utf7.el
index 74bd092a3dd..47c3b0f4c5d 100644
--- a/lisp/gnus/utf7.el
+++ b/lisp/gnus/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)