of `recursive-load-depth-limit' for Emacs 21.
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.
(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