From c3e3dc1b3141be8337c10b8175194e726c2b2075 Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Sun, 4 Mar 2001 14:59:19 +0000 Subject: [PATCH] 2001-03-04 09:00:00 ShengHuo ZHU From "Yair Friedman (Jerusalem)" * infohack.el (infohack): Set max-lisp-eval-depth to 600+. --- texi/ChangeLog | 5 +++++ texi/infohack.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 76643073c..558fad2eb 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2001-03-04 09:00:00 ShengHuo ZHU + From "Yair Friedman (Jerusalem)" + + * infohack.el (infohack): Set max-lisp-eval-depth to 600+. + 2001-03-03 Kai Gro,A_(Bjohann * gnus.texi (Posting Styles): Posting styles have (NAME VALUE), diff --git a/texi/infohack.el b/texi/infohack.el index d3e59a1c2..0fa6af0bf 100644 --- a/texi/infohack.el +++ b/texi/infohack.el @@ -33,7 +33,8 @@ (replace-match ""))) (defun infohack (file) - (let ((dest-directory default-directory)) + (let ((dest-directory default-directory) + (max-lisp-eval-depth (max max-lisp-eval-depth 600))) (find-file file) (infohack-remove-unsupported) (texinfo-every-node-update) -- 2.34.1