WL-MK: Set `recursive-load-depth-limit' to nil. It is currently needed to
authoryamaoka <yamaoka>
Tue, 3 Oct 2000 11:57:01 +0000 (11:57 +0000)
committeryamaoka <yamaoka>
Tue, 3 Oct 2000 11:57:01 +0000 (11:57 +0000)
byte-compile with Emacs 21.  FIXME!

ChangeLog
WL-MK

index 2b0031d..b348ede 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-03  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * 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    <yamaoka@jpl.org>
 
        * Makefile (PIXMAPDIR): New variable.
diff --git a/WL-MK b/WL-MK
index 970513b..8904f92 100644 (file)
--- 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)