diff options
author | Kenichi Handa <handa@m17n.org> | 1997-09-26 01:50:55 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-09-26 01:50:55 +0000 |
commit | 3c22558d5e159a9a16d5678997a93630277154a5 (patch) | |
tree | bbbdc5e17e521a6f08d6786c7aead0d5abd4b280 | |
parent | ddcfd8dee9387d740a01dde32808fb6e69d06e08 (diff) | |
download | emacs-3c22558d5e159a9a16d5678997a93630277154a5.tar.gz |
(gnus-ems-redefine): If the feature `mule' is
provided, require gnus-mule and call gnus-mule-initialize.
-rw-r--r-- | lisp/gnus/gnus-ems.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el index d4e5f762192..70b6a9333cb 100644 --- a/lisp/gnus/gnus-ems.el +++ b/lisp/gnus/gnus-ems.el @@ -197,6 +197,9 @@ (point)) gnus-mouse-face-prop gnus-mouse-face) (insert " " gnus-tmp-subject-or-nil "\n")) + + (require 'gnus-mule) + (gnus-mule-initialize) ))) (defun gnus-region-active-p () |