From: Gerd Moellmann Date: Thu, 16 Mar 2000 16:29:52 +0000 (+0000) Subject: (Info-fontify-maximum-menu-size): Increase to 100000. X-Git-Tag: emacs-pretest-21.0.90~4623 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88ef7f629b6416fa77b0687c5adf1073aed69167;p=emacs.git (Info-fontify-maximum-menu-size): Increase to 100000. --- 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)