summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-04-02 04:28:45 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-04-02 04:28:45 +0000
commitd83258479da3d3e95fd92553fc6aed0e53536699 (patch)
tree93aae2cc3b8c6045010ac84206eac4044aba4a37
parent8e4e9ca68f74961c03a0bc61c78ce78bd4eea368 (diff)
downloademacs-d83258479da3d3e95fd92553fc6aed0e53536699.tar.gz
(Info-fontify-maximum-menu-size): Revert to 100000.
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 5713d1b23aa..6f9b1863ee4 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -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