]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-fontify-maximum-menu-size): Revert to 100000.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 2 Apr 2007 04:28:45 +0000 (04:28 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 2 Apr 2007 04:28:45 +0000 (04:28 +0000)
lisp/info.el

index 5713d1b23aa56aee2b576d4427ba07a54596372e..6f9b1863ee4ab80b606bb5409591518d709d4af8 100644 (file)
@@ -145,7 +145,7 @@ The Lisp code is executed when the node is selected.")
   :type 'boolean
   :group 'info)
 
-(defcustom Info-fontify-maximum-menu-size 1000000
+(defcustom Info-fontify-maximum-menu-size 100000
   "*Maximum size of menu to fontify if `font-lock-mode' is non-nil.
 Set to nil to disable node fontification."
   :type 'integer