aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-02-10 11:12:42 +0000
committerEli Zaretskii2007-02-10 11:12:42 +0000
commit493cf720aa12a23a2b266f75d959ba2239da2c5f (patch)
tree226eaf2cb6760819da90ad3873c3b034bdd844c6
parent3d0fc0b76d9a0327b90e500f0d9a3a3251114c29 (diff)
downloademacs-493cf720aa12a23a2b266f75d959ba2239da2c5f.tar.gz
emacs-493cf720aa12a23a2b266f75d959ba2239da2c5f.zip
(info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nil
to speed up lookup of index nodes.
-rw-r--r--lisp/info-look.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index d7001cc0272..828fd3e6118 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -441,6 +441,7 @@ If optional argument QUERY is non-nil, query for the help mode."
441 (let ((doc-spec (info-lookup->doc-spec topic mode)) 441 (let ((doc-spec (info-lookup->doc-spec topic mode))
442 (regexp (concat "^\\(" (info-lookup->regexp topic mode) 442 (regexp (concat "^\\(" (info-lookup->regexp topic mode)
443 "\\)\\([ \t].*\\)?$")) 443 "\\)\\([ \t].*\\)?$"))
444 Info-fontify-maximum-menu-size
444 node trans entry item prefix result doc-found 445 node trans entry item prefix result doc-found
445 (buffer (get-buffer-create " temp-info-look"))) 446 (buffer (get-buffer-create " temp-info-look")))
446 (with-current-buffer buffer 447 (with-current-buffer buffer