emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pcomplete.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/pcomplete.el,v
Date: Mon, 05 Mar 2007 17:32:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/03/05 17:32:38

Index: pcomplete.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/pcomplete.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- pcomplete.el        21 Jan 2007 03:53:11 -0000      1.25
+++ pcomplete.el        5 Mar 2007 17:32:38 -0000       1.26
@@ -982,7 +982,7 @@
                     ;; 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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]