aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorMiles Bader2007-06-16 22:33:42 +0000
committerMiles Bader2007-06-16 22:33:42 +0000
commit262d5ce7c21d6c1136fd2b8df67736e41e8e8953 (patch)
tree853a5d30babd0abd585ccbe7f4e228bf43a42d5c /lisp/progmodes/python.el
parent5534694247d2b5259325ff43af0624aa2f8abb3e (diff)
parentaf41f8a8d6660ad1fefad5bda69d1acb8e40b4d1 (diff)
downloademacs-262d5ce7c21d6c1136fd2b8df67736e41e8e8953.tar.gz
emacs-262d5ce7c21d6c1136fd2b8df67736e41e8e8953.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 793-802) - Update from CVS - Remove RCS keywords - Merge from emacs--rel--22 * emacs--rel--22 (patch 42-50) - Update from CVS - Merge from gnus--rel--5.10 - Gnus ChangeLog tweaks * gnus--rel--5.10 (patch 229-232) - Merge from emacs--devo--0, emacs--rel--22 - ChangeLog tweak - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-23
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index d2e913f2315..5c117dffd5d 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1925,7 +1925,7 @@ Repeating the command scrolls the completion window."
1925 (interactive) 1925 (interactive)
1926 (let ((window (get-buffer-window "*Completions*"))) 1926 (let ((window (get-buffer-window "*Completions*")))
1927 (if (and (eq last-command this-command) 1927 (if (and (eq last-command this-command)
1928 window (window-live-p window) (window-buffer window) 1928 (window-live-p window) (window-buffer window)
1929 (buffer-name (window-buffer window))) 1929 (buffer-name (window-buffer window)))
1930 (with-current-buffer (window-buffer window) 1930 (with-current-buffer (window-buffer window)
1931 (if (pos-visible-in-window-p (point-max) window) 1931 (if (pos-visible-in-window-p (point-max) window)