Mercurial > emacs
changeset 76891:b219eac092dd
(Info-fontify-maximum-menu-size): Revert to 100000.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 02 Apr 2007 04:28:45 +0000 |
parents | 73b979e89254 |
children | 77a427695c3c |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Mon Apr 02 04:28:38 2007 +0000 +++ b/lisp/info.el Mon Apr 02 04:28:45 2007 +0000 @@ -145,7 +145,7 @@ :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