Add the comment for the reason having added (provide 'tm-view) for compiling
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 3 Dec 2003 23:29:24 +0000 (23:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 3 Dec 2003 23:29:24 +0000 (23:29 +0000)
with XEmacs.

lisp/gnus-util.el

index 912bc51..6c4d54d 100644 (file)
@@ -804,6 +804,9 @@ with potentially long computations."
 
 (eval-when-compile
   (when (featurep 'xemacs)
+    ;; The XEmacs version of rmail requires tm, however tm was taken
+    ;; over to SEMI and FLIM long ago.  So, there may be those who
+    ;; have not installed tm.
     (require 'alist)
     (provide 'tm-view))
   (require 'rmail)