* macros.c (Fend_kbd_macro): Don't use XFASTINT to check if arg is
authorJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:35:41 +0000 (15:35 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:35:41 +0000 (15:35 +0000)
commite86f81cc46f817117847e8086d05092e08079d4c
tree94b99e818709b936dfc4bcda56b0d192ede4844d
parent997bf68d0a06c48d671e0d2d810ec070c4dba78b
* macros.c (Fend_kbd_macro): Don't use XFASTINT to check if arg is
negative; XFASTINT only works on values known to be positive.
(Fexecute_kbd_macro): Check QUIT in the repetition loop.  If the
macro is null, no characters are actually being read, so this
matters.
src/macros.c