(python-complete-symbol): Remove redundant check.

This commit is contained in:
Juanma Barranquero 2007-06-14 00:11:40 +00:00
parent 1b96c77f46
commit 36754e8e79

View 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)