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-undo.el | |
parent | ee3097571bee7fe6ee0abd6815e92a04122e09f8 (diff) | |
download | emacs-d029b5d2b0541f5138dccf7fcfdfb751d582adbb.tar.gz |
Require easy-mmode for XEmacs when compiling.
Diffstat (limited to 'lisp/gnus/gnus-undo.el')
-rw-r--r-- | lisp/gnus/gnus-undo.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-undo.el b/lisp/gnus/gnus-undo.el index 433edef078f..d11b778f351 100644 --- a/lisp/gnus/gnus-undo.el +++ b/lisp/gnus/gnus-undo.el @@ -45,6 +45,9 @@ ;;; Code: (eval-when-compile (require 'cl)) +(eval-when-compile + (when (featurep 'xemacs) + (require 'easy-mmode))) ; for `define-minor-mode' (require 'gnus-util) (require 'gnus) |