1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(psychoanalyze-pinhead): Use insert instead of insert-string.

This commit is contained in:
Pavel Janík 2001-11-26 16:15:49 +00:00
parent 26e46917b9
commit 967732f698

View 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)))