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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/pcomplete.el,v
Date: Thu, 14 Jun 2007 00:07:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/06/14 00:07:15

Index: pcomplete.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/pcomplete.el,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- pcomplete.el        8 Apr 2007 13:47:33 -0000       1.29
+++ pcomplete.el        14 Jun 2007 00:07:15 -0000      1.30
@@ -934,7 +934,7 @@
   (if pcomplete-last-window-config
       (let* ((cbuf (get-buffer "*Completions*"))
             (cwin (and cbuf (get-buffer-window cbuf))))
-       (when (and cwin (window-live-p cwin))
+       (when (window-live-p cwin)
          (bury-buffer cbuf)
          (set-window-configuration pcomplete-last-window-config))))
   (setq pcomplete-last-window-config nil




reply via email to

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