]> git.eshelyaron.com Git - emacs.git/commitdiff
(reporter-dump-state): Use insert-buffer-substring.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 02:57:09 +0000 (02:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 02:57:09 +0000 (02:57 +0000)
lisp/mail/reporter.el

index 9e3a2d1a871fb00dcef5c4202d0c6323616ca5f5..058d0a83f23de7b22f0beaf780fa762e807520c4 100644 (file)
@@ -264,7 +264,7 @@ dumped."
               varlist)
              (lisp-indent-line)
              (insert ")\n"))
-           (insert-buffer elbuf))
+           (insert-buffer-substring elbuf))
        (error
         (insert "State could not be dumped due to the following error:\n\n"
                 (format "%s" fault)