(info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nil
to speed up lookup of index nodes.
This commit is contained in:
parent
3d0fc0b76d
commit
493cf720aa
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue