(dgnushack-compile): Don't compile gnus-ml.el when FSFmacs is running.
authoryamaoka <yamaoka>
Thu, 14 Sep 2000 07:10:44 +0000 (07:10 +0000)
committeryamaoka <yamaoka>
Thu, 14 Sep 2000 07:10:44 +0000 (07:10 +0000)
ChangeLog
lisp/dgnushack.el

index c1faa94..c78cce6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-14  Katsumi Yamaoka <yamaoka@jpl.org>
 
+       * lisp/dgnushack.el (dgnushack-compile): Don't compile gnus-ml.el
+       when FSFmacs is running.
+
        * lisp/gnus-ml.el: Bind some undeclared variables.
 
        * lisp/gnus-art.el (gnus-article-add-button): Add widget button.
index 1a90445..f6d583c 100644 (file)
@@ -216,7 +216,7 @@ Modify to suit your needs."))
        (error '("gnus-bbdb.el")))
       (unless (featurep 'xemacs)
        '("gnus-xmas.el" "gnus-picon.el" "messagexmas.el"
-         "nnheaderxm.el" "smiley.el"))
+         "nnheaderxm.el" "smiley.el" "gnus-ml.el"))
       (when (and (fboundp 'md5) (subrp (symbol-function 'md5)))
        '("md5.el"))))
     (while (setq file (pop files))