1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00

* lisp/info.el (Info-fontify-maximum-menu-size): Bump to 400k.

Fixes: debbugs:16227
This commit is contained in:
Glenn Morris 2014-10-09 21:11:24 -04:00
parent 8881986b3e
commit dcc327d43b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-10-10 Glenn Morris <rgm@gnu.org>
* info.el (Info-fontify-maximum-menu-size): Bump to 400k. (Bug#16227)
2014-10-09 Glenn Morris <rgm@gnu.org>
* frame.el (display-monitor-attributes-list): Doc tweaks.

View File

@ -138,10 +138,11 @@ The Lisp code is executed when the node is selected.")
:type 'boolean
:group 'info)
(defcustom Info-fontify-maximum-menu-size 100000
(defcustom Info-fontify-maximum-menu-size 400000
"Maximum size of menu to fontify if `font-lock-mode' is non-nil.
Set to nil to disable node fontification."
:type 'integer
:version "25.1" ; 100k -> 400k
:group 'info)
(defcustom Info-use-header-line t