mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-14 10:00:25 -08:00
Use insert instead of insert-string
This commit is contained in:
parent
62feb91565
commit
2db30ac50a
1 changed files with 1 additions and 1 deletions
|
|
@ -1160,7 +1160,7 @@ Return the output."
|
|||
(> (length python-shell-prompt-output-regexp) 0))
|
||||
(setq output-buffer
|
||||
(with-temp-buffer
|
||||
(insert-string output-buffer)
|
||||
(insert output-buffer)
|
||||
(goto-char (point-min))
|
||||
(forward-comment 1)
|
||||
(buffer-substring-no-properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue