diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-05-06 04:15:34 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-05-06 04:15:34 +0000 |
commit | d029b5d2b0541f5138dccf7fcfdfb751d582adbb (patch) | |
tree | 6ed560bb1b5975fc28cc43cde77c52839bcf17db /lisp/gnus/gnus-dired.el | |
parent | ee3097571bee7fe6ee0abd6815e92a04122e09f8 (diff) | |
download | emacs-d029b5d2b0541f5138dccf7fcfdfb751d582adbb.tar.gz emacs-d029b5d2b0541f5138dccf7fcfdfb751d582adbb.tar.bz2 emacs-d029b5d2b0541f5138dccf7fcfdfb751d582adbb.zip |
Require easy-mmode for XEmacs when compiling.
Diffstat (limited to 'lisp/gnus/gnus-dired.el')
-rw-r--r-- | lisp/gnus/gnus-dired.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-dired.el b/lisp/gnus/gnus-dired.el index 67cb7ecfa08..4874de1925a 100644 --- a/lisp/gnus/gnus-dired.el +++ b/lisp/gnus/gnus-dired.el @@ -39,6 +39,9 @@ ;;; Code: +(eval-when-compile + (when (featurep 'xemacs) + (require 'easy-mmode))) ; for `define-minor-mode' (require 'dired) (autoload 'mml-attach-file "mml") (autoload 'mm-default-file-encoding "mm-decode");; Shift this to `mailcap.el'? |