]> git.eshelyaron.com Git - emacs.git/commit
(syms_of_keyboard): Move DEFVAR_DISPLAY's here from callint.c.
authorKarl Heuer <kwzh@gnu.org>
Sat, 4 Feb 1995 01:11:55 +0000 (01:11 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 4 Feb 1995 01:11:55 +0000 (01:11 +0000)
commit6c6083a932a1a2c3294f8f89d92d0943695fb8c3
treeadd0de4da80c71ce05ac471b761121b057bc09be
parenteebf4ec9ce15b03c7dcae4d69206925b130097d1
(syms_of_keyboard): Move DEFVAR_DISPLAY's here from callint.c.
[MULTI_PERDISPLAY] (current_perdisplay): New var.
(find_active_event_queue): Search all perdisplays.
(init_perdisplay, wipe_perdisplay): New functions.
(init_keyboard): Move perdisplay initialization to init_perdisplay.
(syms_of_keyboard): Likewise.
(echo_prompt, echo_char, echo_dash, echo, cancel_echoing, echo_length)
(read_char, Fdiscard_input, stuff_buffered_input): Use current_perdisplay,
not get_perdisplay.
src/keyboard.c