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:
parent
26e46917b9
commit
967732f698
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user