From 88ef7f629b6416fa77b0687c5adf1073aed69167 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 16 Mar 2000 16:29:52 +0000 Subject: [PATCH] (Info-fontify-maximum-menu-size): Increase to 100000. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 11e60c09c54..851726bee80 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -78,7 +78,7 @@ The Lisp code is executed when the node is selected.") "Face for Info cross-references." :group 'info) -(defcustom Info-fontify-maximum-menu-size 30000 +(defcustom Info-fontify-maximum-menu-size 100000 "*Maximum size of menu to fontify if `Info-fontify' is non-nil." :type 'integer :group 'info) -- 2.39.5