(reporter-dump-state): Use insert-buffer-substring.
This commit is contained in:
parent
5daebfbb69
commit
134c6d58a9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue