* nnheader.el: Require `pces', `poem' and `std11' to reduce the required value
authoryamaoka <yamaoka>
Mon, 15 Jan 2001 10:41:16 +0000 (10:41 +0000)
committeryamaoka <yamaoka>
Mon, 15 Jan 2001 10:41:16 +0000 (10:41 +0000)
 of `recursive-load-depth-limit' for Emacs 21.

ChangeLog
lisp/nnheader.el

index 7a1accb..b890800 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
 
+       * 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.
index 592bb1a..603b1ed 100644 (file)
 (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)
 
 (defvar nnheader-max-head-length 4096