# HG changeset patch # User Chong Yidong # Date 1166816948 0 # Node ID 2ae1c7a27a0a069eb78063e140a14759796444a1 # Parent 1dc5d7ba3c641cf9b9961bd3f9636bd26bd60f4f (Info-fontify-maximum-menu-size): Bump to 1000000. (Info-fontify-node): Do fontify indices. diff -r 1dc5d7ba3c64 -r 2ae1c7a27a0a lisp/info.el --- a/lisp/info.el Fri Dec 22 19:48:59 2006 +0000 +++ b/lisp/info.el Fri Dec 22 19:49:08 2006 +0000 @@ -145,7 +145,7 @@ :type 'boolean :group 'info) -(defcustom Info-fontify-maximum-menu-size 100000 +(defcustom Info-fontify-maximum-menu-size 1000000 "*Maximum size of menu to fontify if `font-lock-mode' is non-nil." :type 'integer :group 'info) @@ -3939,7 +3939,6 @@ (goto-char (point-min)) (when (and (or not-fontified-p fontify-visited-p) (search-forward "\n* Menu:" nil t) - (not (Info-index-node)) ;; Don't take time to annotate huge menus (< (- (point-max) (point)) Info-fontify-maximum-menu-size)) (let ((n 0)