]> git.eshelyaron.com Git - emacs.git/commitdiff
(psychoanalyze-pinhead): Use insert instead of insert-string.
authorPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 16:15:49 +0000 (16:15 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 16:15:49 +0000 (16:15 +0000)
lisp/play/yow.el

index 4e7f88b41698b712a3065ac6fa99a30d7c9079d6..c23bd706abd1f140d10045badd5a959e26b1d55c 100644 (file)
@@ -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)))