diff options
| author | Lars Ingebrigtsen | 2020-11-09 17:21:56 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-11-09 17:21:56 +0100 |
| commit | 0d9e2b80d8a9e36608c88316362e5f1bb92791d6 (patch) | |
| tree | dbd1d0fc1669e1bed10589b11d75d5652a6447b8 /lisp/progmodes/python.el | |
| parent | 1f0b92943093c2101ca661e24751a3e57934cf77 (diff) | |
| download | emacs-0d9e2b80d8a9e36608c88316362e5f1bb92791d6.tar.gz emacs-0d9e2b80d8a9e36608c88316362e5f1bb92791d6.zip | |
Make the SHOW parameter work again in `run-python'
* lisp/progmodes/python.el (run-python): Make the SHOW parameter
work again after the fix for 31398 (bug#44421).
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index d6feba254b4..378ff8cc2c1 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2921,7 +2921,7 @@ process buffer for a list of commands.)" | |||
| 2921 | (python-shell-make-comint | 2921 | (python-shell-make-comint |
| 2922 | (or cmd (python-shell-calculate-command)) | 2922 | (or cmd (python-shell-calculate-command)) |
| 2923 | (python-shell-get-process-name dedicated) show))) | 2923 | (python-shell-get-process-name dedicated) show))) |
| 2924 | (pop-to-buffer buffer) | 2924 | (set-buffer buffer) |
| 2925 | (get-buffer-process buffer))) | 2925 | (get-buffer-process buffer))) |
| 2926 | 2926 | ||
| 2927 | (defun run-python-internal () | 2927 | (defun run-python-internal () |