1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(Info-fontify-maximum-menu-size): Revert to 100000.

This commit is contained in:
Chong Yidong 2007-04-02 04:28:45 +00:00
parent f6c24bc4b4
commit 7a7821c29e

View 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