aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorGlenn Morris2014-07-28 05:39:09 -0400
committerGlenn Morris2014-07-28 05:39:09 -0400
commitda41ffdd089b529c3d5216412d95840e065c3fe3 (patch)
treea69f5a510e2c47f774f145d9567188bc89563ac1 /lisp/progmodes/python.el
parent414e1537ab09d2f4571e61b420523dcd082f2d3a (diff)
parent1c6c2e3c70ff2f666a1e3f29b8852d375c8392cd (diff)
downloademacs-da41ffdd089b529c3d5216412d95840e065c3fe3.tar.gz
emacs-da41ffdd089b529c3d5216412d95840e065c3fe3.zip
Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.org
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 7d882837abc..b08da8da029 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2332,7 +2332,6 @@ interpreter is run. Variables
2332`python-shell-font-lock-enable', 2332`python-shell-font-lock-enable',
2333`python-shell-completion-setup-code', 2333`python-shell-completion-setup-code',
2334`python-shell-completion-string-code', 2334`python-shell-completion-string-code',
2335`python-shell-completion-module-string-code',
2336`python-eldoc-setup-code', `python-eldoc-string-code', 2335`python-eldoc-setup-code', `python-eldoc-string-code',
2337`python-ffap-setup-code' and `python-ffap-string-code' can 2336`python-ffap-setup-code' and `python-ffap-string-code' can
2338customize this mode for different Python interpreters. 2337customize this mode for different Python interpreters.
@@ -2408,7 +2407,7 @@ killed."
2408 interpreter nil args)) 2407 interpreter nil args))
2409 (python-shell--parent-buffer (current-buffer)) 2408 (python-shell--parent-buffer (current-buffer))
2410 (process (get-buffer-process buffer)) 2409 (process (get-buffer-process buffer))
2411 ;; As the user may have overriden default values for 2410 ;; As the user may have overridden default values for
2412 ;; these vars on `run-python', let-binding them allows 2411 ;; these vars on `run-python', let-binding them allows
2413 ;; to have the new right values in all setup code 2412 ;; to have the new right values in all setup code
2414 ;; that's is done in `inferior-python-mode', which is 2413 ;; that's is done in `inferior-python-mode', which is