Arrange for Fy_or_n_p to put off switch-frame events.
authorJim Blandy <jimb@redhat.com>
Tue, 4 May 1993 02:35:01 +0000 (02:35 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 4 May 1993 02:35:01 +0000 (02:35 +0000)
commitf42be754b2912c5ff0fbfe51fe7fb776165b1033
tree368cd48f27cdf30c7c9d021dba1e92bd0cb88933
parent59b4254d5965ccab2526cf80494924f2b8f4a9f8
Arrange for Fy_or_n_p to put off switch-frame events.
* lread.c (read_filtered_char): New function, which contains the
code which used to be in Fread_char, Fread_event, and
Fread_char_exclusive; there was a lot of common code.
(Fread_char, Fread_event, Fread_char_exclusive): Rewrite in terms
of read_filtered_char.
* lisp.h (read_filtered_char): Declare this extern here.
* fns.c (Fy_or_n_p): Call read_filtered_char, arranging to delay
switch-frame events.
src/fns.c
src/lread.c