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))))
|
||||
(if (> (length list) 1)
|
||||
(with-output-to-temp-buffer "*Completions*"
|
||||
(display-completion-list
|
||||
list pattern
|
||||
(- beg (field-beginning))))
|
||||
(display-completion-list list pattern))
|
||||
;; Don't leave around a completions buffer that's
|
||||
;; out of date.
|
||||
(let ((win (get-buffer-window "*Completions*" 0)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue