emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info-look.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/info-look.el,v
Date: Sat, 17 Feb 2007 12:00:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/02/17 12:00:16

Index: info-look.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/info-look.el,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- info-look.el        10 Feb 2007 11:12:42 -0000      1.55
+++ info-look.el        17 Feb 2007 12:00:16 -0000      1.56
@@ -353,8 +353,11 @@
              suffix (nth 3 (car doc-spec)))
        (when (condition-case error-data
                  (progn
+                   ;; Don't need Index menu fontifications here, and
+                   ;; they slow down the lookup.
+                   (let (Info-fontify-maximum-menu-size)
                    (Info-goto-node node)
-                   (setq doc-found t))
+                     (setq doc-found t)))
                (error
                 (message "Cannot access Info node %s" node)
                 (sit-for 1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]