* lread.c (read_filtered_event): Use duration_to_sec_usec.
[bpt/emacs.git] / src / ChangeLog
index cc0918e..f67d1b7 100644 (file)
        (openp): Check for out-of-range argument to 'access'.
        (read1): Use int, not EMACS_INT, where int is wide enough.
        Don't assume fixnum fits into int.
+       (read_filtered_event): Use duration_to_sec_usec
+       to do proper overflow checking on durations.
        * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
        in size calculation.
        (Fexecute_kbd_macro):