(reporter-dump-state): Use insert-buffer-substring.

This commit is contained in:
Richard M. Stallman 2005-08-09 02:57:09 +00:00
parent 5daebfbb69
commit 134c6d58a9

View 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)