Revert last change.
This commit is contained in:
parent
7ce8dff29a
commit
b6bb817d39
1 changed files with 1 additions and 3 deletions
|
@ -697,9 +697,7 @@ considered."
|
||||||
(setq list (nreverse new))))
|
(setq list (nreverse new))))
|
||||||
(if (> (length list) 1)
|
(if (> (length list) 1)
|
||||||
(with-output-to-temp-buffer "*Completions*"
|
(with-output-to-temp-buffer "*Completions*"
|
||||||
(display-completion-list
|
(display-completion-list list pattern))
|
||||||
list pattern
|
|
||||||
(- beg (field-beginning))))
|
|
||||||
;; Don't leave around a completions buffer that's
|
;; Don't leave around a completions buffer that's
|
||||||
;; out of date.
|
;; out of date.
|
||||||
(let ((win (get-buffer-window "*Completions*" 0)))
|
(let ((win (get-buffer-window "*Completions*" 0)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue