Mercurial > emacs
changeset 41559:ca00f40d366e
(psychoanalyze-pinhead): Use insert instead of insert-string.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 26 Nov 2001 16:15:49 +0000 |
parents | a25a0ea2f10a |
children | 7428670426b2 |
files | lisp/play/yow.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/yow.el Mon Nov 26 16:10:26 2001 +0000 +++ b/lisp/play/yow.el Mon Nov 26 16:15:49 2001 +0000 @@ -119,7 +119,7 @@ (switch-to-buffer "*doctor*") (sit-for 0) (while (not (input-pending-p)) - (insert-string (yow)) + (insert (yow)) (sit-for 0) (doctor-ret-or-read 1) (doctor-ret-or-read 1)))