(lisp-complete-symbol): Likewise.
This commit is contained in:
parent
67698633a0
commit
1af808dc42
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ function definitions, values or properties are considered."
|
|||
new))
|
||||
(setq list (cdr list)))
|
||||
(setq list (nreverse new))))
|
||||
(with-output-to-temp-buffer " *Completions*"
|
||||
(with-output-to-temp-buffer "*Completions*"
|
||||
(display-completion-list list)))
|
||||
(message "Making completion list...%s" "done")))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue