changeset 64806:74dda054615b

(reporter-dump-state): Use insert-buffer-substring.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 02:57:09 +0000
parents 9612798470fd
children ece90261ed42
files lisp/mail/reporter.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/reporter.el	Tue Aug 09 02:56:45 2005 +0000
+++ b/lisp/mail/reporter.el	Tue Aug 09 02:57:09 2005 +0000
@@ -264,7 +264,7 @@
 	       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)