]> git.eshelyaron.com Git - emacs.git/commitdiff
(info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nil
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2007 11:12:42 +0000 (11:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2007 11:12:42 +0000 (11:12 +0000)
to speed up lookup of index nodes.

lisp/info-look.el

index d7001cc0272d4b56fa632344e8a595994a0e20f4..828fd3e61189a63e734b1b4e9683e5d1a0bcf2f0 100644 (file)
@@ -441,6 +441,7 @@ If optional argument QUERY is non-nil, query for the help mode."
   (let ((doc-spec (info-lookup->doc-spec topic mode))
        (regexp (concat "^\\(" (info-lookup->regexp topic mode)
                        "\\)\\([ \t].*\\)?$"))
+       Info-fontify-maximum-menu-size
        node trans entry item prefix result doc-found
        (buffer (get-buffer-create " temp-info-look")))
     (with-current-buffer buffer