From: yamaoka Date: Thu, 14 Sep 2000 07:10:44 +0000 (+0000) Subject: (dgnushack-compile): Don't compile gnus-ml.el when FSFmacs is running. X-Git-Tag: t-gnus-6_14-quimby-before-installer-changed-~98 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1a19f3b4f2ad65a4f46d93448a8a6dc11edfc9cc;p=elisp%2Fgnus.git- (dgnushack-compile): Don't compile gnus-ml.el when FSFmacs is running. --- diff --git a/ChangeLog b/ChangeLog index c1faa94..c78cce6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-09-14 Katsumi Yamaoka + * 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. diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 1a90445..f6d583c 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -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))