From: Juanma Barranquero Date: Mon, 18 Jul 2005 11:17:42 +0000 (+0000) Subject: (zone-pgm-stress-destress): Use `insert-buffer-substring', not `insert-buffer'. X-Git-Tag: emacs-pretest-22.0.90~8053 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f706036b3e69a7463dd867b61864f5518c478260;p=emacs.git (zone-pgm-stress-destress): Use `insert-buffer-substring', not `insert-buffer'. --- diff --git a/lisp/play/zone.el b/lisp/play/zone.el index a075729ab99..7379a6f0352 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el @@ -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)