From 967732f69899bff98e2e010ff12b7bb46b2660f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 26 Nov 2001 16:15:49 +0000 Subject: [PATCH] (psychoanalyze-pinhead): Use insert instead of insert-string. --- lisp/play/yow.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2