diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-02-10 11:12:42 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-02-10 11:12:42 +0000 |
commit | 493cf720aa12a23a2b266f75d959ba2239da2c5f (patch) | |
tree | 226eaf2cb6760819da90ad3873c3b034bdd844c6 /lisp/info-look.el | |
parent | 3d0fc0b76d9a0327b90e500f0d9a3a3251114c29 (diff) | |
download | emacs-493cf720aa12a23a2b266f75d959ba2239da2c5f.tar.gz |
(info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nil
to speed up lookup of index nodes.
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r-- | lisp/info-look.el | 1 |
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." (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 |