# HG changeset patch # User Eli Zaretskii # Date 1171105962 0 # Node ID 8cc088fc5fb2c6d28f8cf595d597c44626f324d5 # Parent 9d47b3ad340e94eae79d1b3d4000e9553f2f0238 (info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nil to speed up lookup of index nodes. diff -r 9d47b3ad340e -r 8cc088fc5fb2 lisp/info-look.el --- 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