]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-fontify-maximum-menu-size): Increase to 100000.
authorGerd Moellmann <gerd@gnu.org>
Thu, 16 Mar 2000 16:29:52 +0000 (16:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 16 Mar 2000 16:29:52 +0000 (16:29 +0000)
lisp/info.el

index 11e60c09c540305b2b66571414f11526d99e931b..851726bee808cc8afca7126dea42eb7777823fbf 100644 (file)
@@ -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)