(command_loop_1): Fix int/Lisp_Object mixup.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 15 Nov 2002 20:06:03 +0000 (20:06 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 15 Nov 2002 20:06:03 +0000 (20:06 +0000)
commit14e40288da4177bf3a54b885e38df7888a2c59f2
tree5d892f446b7cc1cbda699242c521132063248972
parent197edd3510a58777ef5ea3f4945e3e6176820631
(command_loop_1): Fix int/Lisp_Object mixup.
(adjust_point_for_property): Move out of display and invisible even if
we were already inside before (in case a property was added while
we weren't looking).  Be more careful when handling invisible props.
Skip invisible text as if it really wasn't there at all.
(interrupt_signal): Mark static.
src/keyboard.c