diff options
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 6a5435afb24..650f030067c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1160,7 +1160,7 @@ Return the output." | |||
| 1160 | (> (length python-shell-prompt-output-regexp) 0)) | 1160 | (> (length python-shell-prompt-output-regexp) 0)) |
| 1161 | (setq output-buffer | 1161 | (setq output-buffer |
| 1162 | (with-temp-buffer | 1162 | (with-temp-buffer |
| 1163 | (insert-string output-buffer) | 1163 | (insert output-buffer) |
| 1164 | (goto-char (point-min)) | 1164 | (goto-char (point-min)) |
| 1165 | (forward-comment 1) | 1165 | (forward-comment 1) |
| 1166 | (buffer-substring-no-properties | 1166 | (buffer-substring-no-properties |