From: Chong Yidong Date: Mon, 5 Mar 2007 17:32:38 +0000 (+0000) Subject: (pcomplete-show-completions): Search all frames for completions X-Git-Tag: emacs-pretest-22.0.96~243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a8b03860ec9b1ed49a3c6060e190c8ebcc53312;p=emacs.git (pcomplete-show-completions): Search all frames for completions buffer. --- diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index 1ca617a08a5..6caffddaa01 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el @@ -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)))