From 2db30ac50abaa2630285a24363be3ccda8889ce0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Thu, 17 May 2012 00:03:06 -0300 Subject: [PATCH] Use insert instead of insert-string --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (> (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 -- 2.39.5