emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117313: * lisp/progmodes/python.el (run-python): Us


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r117313: * lisp/progmodes/python.el (run-python): Use read-shell-command.
Date: Thu, 12 Jun 2014 01:46:01 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117313
revision-id: address@hidden
parent: address@hidden
author: Eric Hanchrow <address@hidden>
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Wed 2014-06-11 21:45:33 -0400
message:
  * lisp/progmodes/python.el (run-python): Use read-shell-command.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/python.el       python.el-20091113204419-o5vbwnq5f7feedwu-3008
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-06-11 21:51:44 +0000
+++ b/lisp/ChangeLog    2014-06-12 01:45:33 +0000
@@ -1,3 +1,7 @@
+2014-05-18  Eric Hanchrow  <address@hidden>
+
+       * progmodes/python.el (run-python): Use read-shell-command.
+
 2014-06-11  Stefan Monnier  <address@hidden>
 
        * rect.el: Make it possible to move bounds past EOL or into TABs.

=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2014-05-14 18:17:05 +0000
+++ b/lisp/progmodes/python.el  2014-06-12 01:45:33 +0000
@@ -2005,7 +2005,7 @@
   (interactive
    (if current-prefix-arg
        (list
-        (read-string "Run Python: " (python-shell-parse-command))
+        (read-shell-command "Run Python: " (python-shell-parse-command))
         (y-or-n-p "Make dedicated process? ")
         (= (prefix-numeric-value current-prefix-arg) 4))
      (list (python-shell-parse-command) nil t)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]