comparison lisp/gnus/gnus-ems.el @ 20118:44afc898c138

(gnus-ems-redefine): Require `gnus-mule' only when enable-multibyte-characters is non-nil.
author Kenichi Handa <handa@m17n.org>
date Wed, 22 Oct 1997 04:34:23 +0000
parents 6a13c8143100
children 15fc6acbae7a
comparison
equal deleted inserted replaced
20117:b84c6ec5f561 20118:44afc898c138
196 gnus-tmp-closing-bracket) 196 gnus-tmp-closing-bracket)
197 (point)) 197 (point))
198 gnus-mouse-face-prop gnus-mouse-face) 198 gnus-mouse-face-prop gnus-mouse-face)
199 (insert " " gnus-tmp-subject-or-nil "\n")) 199 (insert " " gnus-tmp-subject-or-nil "\n"))
200 200
201 (require 'gnus-mule) 201 (when (and (boundp 'enable-multibyte-characters)
202 (gnus-mule-initialize) 202 enable-multibyte-characters)
203 (require 'gnus-mule)
204 (gnus-mule-initialize))
203 ))) 205 )))
204 206
205 (defun gnus-region-active-p () 207 (defun gnus-region-active-p ()
206 "Say whether the region is active." 208 "Say whether the region is active."
207 (and (boundp 'transient-mark-mode) 209 (and (boundp 'transient-mark-mode)