From: yamaoka Date: Tue, 3 Oct 2000 11:57:01 +0000 (+0000) Subject: WL-MK: Set `recursive-load-depth-limit' to nil. It is currently needed to X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d93ca7340cee47a0e9be2a7b5b667d0e9cf89503;p=elisp%2Fwanderlust.git WL-MK: Set `recursive-load-depth-limit' to nil. It is currently needed to byte-compile with Emacs 21. FIXME! --- diff --git a/ChangeLog b/ChangeLog index 2b0031d..b348ede 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-03 Katsumi Yamaoka + + * WL-MK: Set `recursive-load-depth-limit' to nil. It is currently + needed to byte-compile with Emacs 21. FIXME! + 2000-10-02 Katsumi Yamaoka * Makefile (PIXMAPDIR): New variable. diff --git a/WL-MK b/WL-MK index 970513b..8904f92 100644 --- a/WL-MK +++ b/WL-MK @@ -63,6 +63,9 @@ (fboundp 'nemacs-version)) (setq max-lisp-eval-depth 400)) +;; FIXME: it is currently needed to byte-compile with Emacs 21. +(setq recursive-load-depth-limit nil) + (condition-case () (require 'easymenu) (error nil)) (defvar config-wl-package-done nil)