Mercurial > emacs
changeset 75751:8cc088fc5fb2
(info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nil
to speed up lookup of index nodes.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 10 Feb 2007 11:12:42 +0000 |
parents | 9d47b3ad340e |
children | 5c8b0041ee8a |
files | lisp/info-look.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info-look.el Sat Feb 10 11:10:49 2007 +0000 +++ b/lisp/info-look.el Sat Feb 10 11:12:42 2007 +0000 @@ -441,6 +441,7 @@ (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