aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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):