# HG changeset patch # User Juanma Barranquero # Date 1181779900 0 # Node ID f0107aee8e99f8d4f74a3e377b1a95aff30d0c5f # Parent 0842cee3ad3314e4589549d9b510e1001bae96e8 (python-complete-symbol): Remove redundant check. diff -r 0842cee3ad33 -r f0107aee8e99 lisp/progmodes/python.el --- a/lisp/progmodes/python.el Thu Jun 14 00:10:43 2007 +0000 +++ b/lisp/progmodes/python.el Thu Jun 14 00:11:40 2007 +0000 @@ -1925,7 +1925,7 @@ (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)