# HG changeset patch # User Pavel Jank # Date 1006791349 0 # Node ID ca00f40d366e7867d898e3fbf5190e8e3c8fc272 # Parent a25a0ea2f10a864d436bf787dbf534f869a5270d (psychoanalyze-pinhead): Use insert instead of insert-string. diff -r a25a0ea2f10a -r ca00f40d366e lisp/play/yow.el --- 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)))