1
0
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:
Juanma Barranquero 2005-07-18 11:17:42 +00:00
parent 3310fdd250
commit f706036b3e

View File

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