]> git.eshelyaron.com Git - emacs.git/commitdiff
Use insert instead of insert-string
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:06 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:06 +0000 (00:03 -0300)
lisp/progmodes/python.el

index 6a5435afb24fc25d2b1fecf2d3c4449575ade469..650f030067c84b9af9be66b47176d5ae85eeec3d 100644 (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