comparison lisp/gnus/gnus-ems.el @ 44532:b94ae378e07c

(gnus-ems-redefine): Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 12 Apr 2002 08:46:59 +0000
parents dc7a5767765d
children 963ff40e6512
comparison
equal deleted inserted replaced
44531:c60e04e0eb91 44532:b94ae378e07c
107 107
108 ;; [Note] Now there are three kinds of mule implementations, 108 ;; [Note] Now there are three kinds of mule implementations,
109 ;; original MULE, XEmacs/mule and Emacs 20+ including 109 ;; original MULE, XEmacs/mule and Emacs 20+ including
110 ;; MULE features. Unfortunately these API are different. In 110 ;; MULE features. Unfortunately these API are different. In
111 ;; particular, Emacs (including original MULE) and XEmacs are 111 ;; particular, Emacs (including original MULE) and XEmacs are
112 ;; quite different. Howvere, this version of Gnus doesn't support 112 ;; quite different. However, this version of Gnus doesn't support
113 ;; anything other than XEmacs 20+ and Emacs 20.3+. 113 ;; anything other than XEmacs 20+ and Emacs 20.3+.
114 114
115 ;; Predicates to check are following: 115 ;; Predicates to check are following:
116 ;; (boundp 'MULE) is t only if MULE (original; anything older than 116 ;; (boundp 'MULE) is t only if MULE (original; anything older than
117 ;; Mule 2.3) is running. 117 ;; Mule 2.3) is running.