diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-09 02:57:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-09 02:57:09 +0000 |
commit | 134c6d58a9effc5322f9f3fe51e9e1a5bfac7185 (patch) | |
tree | ca17b568e0277b766ae0a27d9ea97d3d42ac540e /lisp | |
parent | 5daebfbb6986a35b41ee3e6d7680572d70655088 (diff) | |
download | emacs-134c6d58a9effc5322f9f3fe51e9e1a5bfac7185.tar.gz |
(reporter-dump-state): Use insert-buffer-substring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/reporter.el | 2 |
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) |