From 134c6d58a9effc5322f9f3fe51e9e1a5bfac7185 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Aug 2005 02:57:09 +0000 Subject: [PATCH] (reporter-dump-state): Use insert-buffer-substring. --- lisp/mail/reporter.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 9e3a2d1a871..058d0a83f23 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el @@ -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) -- 2.39.2