mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
(zone-pgm-stress-destress): Use insert-buffer-substring', not
insert-buffer'.
This commit is contained in:
parent
3310fdd250
commit
f706036b3e
@ -622,7 +622,7 @@ If the element is a function or a list of a function and a number,
|
||||
(sit-for 3)
|
||||
(erase-buffer)
|
||||
(sit-for 3)
|
||||
(insert-buffer "*Messages*")
|
||||
(insert-buffer-substring "*Messages*")
|
||||
(message "")
|
||||
(goto-char (point-max))
|
||||
(recenter -1)
|
||||
|
Loading…
Reference in New Issue
Block a user