2003-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-util.el: Revert 2003-12-03 change, instead, provide the
- compiler macro for rmail-select-summary if rmail is not available.
+ compiler macro for rmail-select-summary if rmail is not available,
+ and bind rmail-summary-displayed and rmail-maybe-display-summary
+ in order to silence the compiler even if tm is not available.
2003-12-08 Simon Josefsson <jas@extundo.com>
;; requires tm and apel packages. However, there may be those
;; who haven't installed those packages. This macro helps such
;; people even if they install those packages later.
- `(eval '(rmail-select-summary ,@body)))))
+ `(eval '(rmail-select-summary ,@body)))
+ ;; If there's rmail but there's no tm (or there's apel of the
+ ;; mainstream, not the XEmacs version), loading rmail of the XEmacs
+ ;; version fails halfway, however it provides the rmail-select-summary
+ ;; macro which uses the following functions:
+ (autoload 'rmail-summary-displayed "rmail")
+ (autoload 'rmail-maybe-display-summary "rmail")))
(defvar rmail-default-rmail-file)
(defvar mm-text-coding-system))