aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-09-21 13:20:36 -0700
committerPaul Eggert2011-09-21 13:20:36 -0700
commit1ab7b8ac177e323b0c82b9ccdb42ba47229f4e9e (patch)
tree496e67c30c650267add0cdf077ed6a149ad808de /src/ChangeLog
parent3b11691a6e0607221ea6a4eb23415442e90417b0 (diff)
downloademacs-1ab7b8ac177e323b0c82b9ccdb42ba47229f4e9e.tar.gz
emacs-1ab7b8ac177e323b0c82b9ccdb42ba47229f4e9e.zip
* lread.c (read_filtered_event): Use duration_to_sec_usec.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cc0918e6030..f67d1b72bf2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -459,6 +459,8 @@
459 (openp): Check for out-of-range argument to 'access'. 459 (openp): Check for out-of-range argument to 'access'.
460 (read1): Use int, not EMACS_INT, where int is wide enough. 460 (read1): Use int, not EMACS_INT, where int is wide enough.
461 Don't assume fixnum fits into int. 461 Don't assume fixnum fits into int.
462 (read_filtered_event): Use duration_to_sec_usec
463 to do proper overflow checking on durations.
462 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow 464 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
463 in size calculation. 465 in size calculation.
464 (Fexecute_kbd_macro): 466 (Fexecute_kbd_macro):