mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(pcomplete-show-completions): Search all frames for completions
buffer.
This commit is contained in:
parent
cc7eeb54de
commit
9a8b03860e
@ -982,7 +982,7 @@ Typing SPC flushes the help buffer."
|
||||
;; Needed on a terminal
|
||||
(event-matches-key-specifier-p event 9))
|
||||
(save-selected-window
|
||||
(select-window (get-buffer-window "*Completions*"))
|
||||
(select-window (get-buffer-window "*Completions*" t))
|
||||
(if (pos-visible-in-window-p (point-max))
|
||||
(goto-char (point-min))
|
||||
(scroll-up)))
|
||||
|
Loading…
Reference in New Issue
Block a user