(python-complete-symbol): Remove redundant check.
This commit is contained in:
parent
1b96c77f46
commit
36754e8e79
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue