diff lisp/info.el @ 28168:e1acd68998c8

(Info-fontify-maximum-menu-size): Increase to 100000.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 16 Mar 2000 16:29:52 +0000
parents e640e22d23c8
children 3fb49903ed9d
line wrap: on
line diff
--- a/lisp/info.el	Thu Mar 16 16:29:09 2000 +0000
+++ b/lisp/info.el	Thu Mar 16 16:29:52 2000 +0000
@@ -78,7 +78,7 @@
   "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)