1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-05-17 23:05:33 +00:00
parent 2ba49441af
commit 89d199887d

View file

@ -1,5 +1,10 @@
2004-05-18 Kim F. Storm <storm@cua.dk>
* blockinput.h (INPUT_BLOCKED_P): New macros.
* keyboard.c (Frecursive_edit): Return immediately if input blocked.
(Ftop_level): Unblock input if blocked.
* buffer.h (GET_OVERLAYS_AT): New macro.
* msdos.c (IT_note_mouse_highlight): Use it.
* textprop.c (get_char_property_and_overlay): Use it.