From d83258479da3d3e95fd92553fc6aed0e53536699 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 2 Apr 2007 04:28:45 +0000 Subject: (Info-fontify-maximum-menu-size): Revert to 100000. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1