Use insert instead of insert-string

This commit is contained in:
Fabián Ezequiel Gallina 2012-05-17 00:03:06 -03:00 committed by Fabián Ezequiel Gallina
parent 62feb91565
commit 2db30ac50a

View file

@ -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