]> git.eshelyaron.com Git - emacs.git/commitdiff
(pcomplete-show-completions): Search all frames for completions
authorChong Yidong <cyd@stupidchicken.com>
Mon, 5 Mar 2007 17:32:38 +0000 (17:32 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 5 Mar 2007 17:32:38 +0000 (17:32 +0000)
buffer.

lisp/pcomplete.el

index 1ca617a08a50cae65d480bf4d1ce16e798fe6c51..6caffddaa01c67a14227cb6e66f2a71fdab34656 100644 (file)
@@ -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)))