From: yamaoka Date: Mon, 15 Jan 2001 10:41:31 +0000 (+0000) Subject: * nnheader.el: Require `pces', `poem' and `std11' to reduce the required value X-Git-Tag: t-gnus-6_15_0-04-quimby~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=17e907f5ad52acede9e6ae65cfd8a31eb903a05a;p=elisp%2Fgnus.git- * nnheader.el: Require `pces', `poem' and `std11' to reduce the required value of `recursive-load-depth-limit' for Emacs 21. --- diff --git a/ChangeLog b/ChangeLog index 615f111..c37134c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-01-15 Katsumi Yamaoka + * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce + the required value of `recursive-load-depth-limit' for Emacs 21. + * lisp/message.el (message-followup): Handle "Mail-Copies-To:" correctly. (message-get-reply-headers): Ditto. diff --git a/lisp/nnheader.el b/lisp/nnheader.el index 7d216c1..4354a9b 100644 --- a/lisp/nnheader.el +++ b/lisp/nnheader.el @@ -35,6 +35,12 @@ (eval-when-compile (require 'static)) (require 'mail-utils) + +;; Reduce the required value of `recursive-load-depth-limit' for Emacs 21. +(require 'pces) +(require 'poem) +(require 'std11) + (require 'mime) (eval-and-compile (autoload 'gnus-sorted-intersection "gnus-range")