From e1c381e5da8fa61613593b13bc47709a234215a0 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 15 Jan 2001 10:41:16 +0000 Subject: [PATCH] * nnheader.el: Require `pces', `poem' and `std11' to reduce the required value of `recursive-load-depth-limit' for Emacs 21. --- ChangeLog | 3 +++ lisp/nnheader.el | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7a1accb..b890800 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 592bb1a..603b1ed 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) (defvar nnheader-max-head-length 4096 -- 1.7.10.4