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
commit7a7821c29ecf6fdbbf05c5988621dd42c6408975 (patch)
tree6e4a3dc02b53202c208f43c5d06f979277bf88b7
parentf6c24bc4b41c6d947998c3c913bbd8f696fd2919 (diff)
downloademacs-7a7821c29ecf6fdbbf05c5988621dd42c6408975.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