diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/play/zone.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |