]> git.eshelyaron.com Git - emacs.git/commitdiff
(zone-pgm-stress-destress): Use `insert-buffer-substring', not `insert-buffer'.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 18 Jul 2005 11:17:42 +0000 (11:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 18 Jul 2005 11:17:42 +0000 (11:17 +0000)
lisp/play/zone.el

index a075729ab999fcf27473dabcd44e8973206d8abd..7379a6f03528f87e1190d152d5bba745e9945ec7 100644 (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)