From d93ca7340cee47a0e9be2a7b5b667d0e9cf89503 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 3 Oct 2000 11:57:01 +0000 Subject: [PATCH] WL-MK: Set `recursive-load-depth-limit' to nil. It is currently needed to byte-compile with Emacs 21. FIXME! --- ChangeLog | 5 +++++ WL-MK | 3 +++ 2 files changed, 8 insertions(+) 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) -- 1.7.10.4