diff options
| author | Andrea Corallo | 2021-04-13 12:06:23 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2021-04-13 12:06:23 +0200 |
| commit | b064ddd3f600ed28e62b09d556ecced5f80d9883 (patch) | |
| tree | 2ddf4889f385beb34cd064f245a7e59265377c37 /lisp/progmodes/python.el | |
| parent | 2d23f19e7d5ff8a1ec1a188dcd530c185029d1f8 (diff) | |
| parent | 6de79542e43ece9a12ebc032c275a6c3fee0b73b (diff) | |
| download | emacs-b064ddd3f600ed28e62b09d556ecced5f80d9883.tar.gz emacs-b064ddd3f600ed28e62b09d556ecced5f80d9883.zip | |
Merge remote-tracking branch 'savannah/master' into native-comp
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index e5c15d148f8..30721c7a577 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3385,7 +3385,8 @@ user-friendly message if there's no process running; defaults to | |||
| 3385 | t when called interactively." | 3385 | t when called interactively." |
| 3386 | (interactive "p") | 3386 | (interactive "p") |
| 3387 | (pop-to-buffer | 3387 | (pop-to-buffer |
| 3388 | (process-buffer (python-shell-get-process-or-error msg)) nil t)) | 3388 | (process-buffer (python-shell-get-process-or-error msg)) |
| 3389 | nil 'mark-for-redisplay)) | ||
| 3389 | 3390 | ||
| 3390 | (defun python-shell-send-setup-code () | 3391 | (defun python-shell-send-setup-code () |
| 3391 | "Send all setup code for shell. | 3392 | "Send all setup code for shell. |