]> git.eshelyaron.com Git - emacs.git/commitdiff
(python-complete-symbol): Remove redundant check.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 14 Jun 2007 00:11:40 +0000 (00:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 14 Jun 2007 00:11:40 +0000 (00:11 +0000)
lisp/progmodes/python.el

index d2e913f23152f93fc708c2631104c73ee32a6914..5c117dffd5ddea0c8dc6308617f8a25027c98a59 100644 (file)
@@ -1925,7 +1925,7 @@ Repeating the command scrolls the completion window."
   (interactive)
   (let ((window (get-buffer-window "*Completions*")))
     (if (and (eq last-command this-command)
-            window (window-live-p window) (window-buffer window)
+            (window-live-p window) (window-buffer window)
             (buffer-name (window-buffer window)))
        (with-current-buffer (window-buffer window)
          (if (pos-visible-in-window-p (point-max) window)