summaryrefslogtreecommitdiff
path: root/lisp/mail/reporter.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-08-09 02:57:09 +0000
committerRichard M. Stallman <rms@gnu.org>2005-08-09 02:57:09 +0000
commit134c6d58a9effc5322f9f3fe51e9e1a5bfac7185 (patch)
treeca17b568e0277b766ae0a27d9ea97d3d42ac540e /lisp/mail/reporter.el
parent5daebfbb6986a35b41ee3e6d7680572d70655088 (diff)
downloademacs-134c6d58a9effc5322f9f3fe51e9e1a5bfac7185.tar.gz
(reporter-dump-state): Use insert-buffer-substring.
Diffstat (limited to 'lisp/mail/reporter.el')
-rw-r--r--lisp/mail/reporter.el2
1 files changed, 1 insertions, 1 deletions
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)