changeset 74809:2ae1c7a27a0a

(Info-fontify-maximum-menu-size): Bump to 1000000. (Info-fontify-node): Do fontify indices.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 22 Dec 2006 19:49:08 +0000
parents 1dc5d7ba3c64
children 1a614886e425
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)