From: Pavel Janík Date: Mon, 26 Nov 2001 16:15:49 +0000 (+0000) Subject: (psychoanalyze-pinhead): Use insert instead of insert-string. X-Git-Tag: ttn-vms-21-2-B4~18135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=967732f69899bff98e2e010ff12b7bb46b2660f1;p=emacs.git (psychoanalyze-pinhead): Use insert instead of insert-string. --- diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 4e7f88b4169..c23bd706abd 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -119,7 +119,7 @@ If called interactively, display a list of matches." (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)))