# HG changeset patch # User Gerd Moellmann # Date 953224192 0 # Node ID e1acd68998c83b1c5d39c5535235ff7289ab7a0c # Parent cb25a24ec3e1e96cec66931f410a528b7d754408 (Info-fontify-maximum-menu-size): Increase to 100000. diff -r cb25a24ec3e1 -r e1acd68998c8 lisp/info.el --- a/lisp/info.el Thu Mar 16 16:29:09 2000 +0000 +++ b/lisp/info.el Thu Mar 16 16:29:52 2000 +0000 @@ -78,7 +78,7 @@ "Face for Info cross-references." :group 'info) -(defcustom Info-fontify-maximum-menu-size 30000 +(defcustom Info-fontify-maximum-menu-size 100000 "*Maximum size of menu to fontify if `Info-fontify' is non-nil." :type 'integer :group 'info)