aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb0057770e6..2f825a37971 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -599,11 +599,7 @@
599 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. 599 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
600 (Fplay_sound_internal): 600 (Fplay_sound_internal):
601 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. 601 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
602 * syntax.c (ST_COMMENT_STYLE, ST_STRING_STYLE): 602 * syntax.c (struct lisp_parse_state, find_start_modiff)
603 In definitions, make it clearer that these values must be out of range
604 for the respective integer ranges. This fixes a bug with
605 ST_STRING_STYLE and non-ASCII characters.
606 (struct lisp_parse_state, find_start_modiff)
607 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward): 603 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
608 (Fparse_partial_sexp): 604 (Fparse_partial_sexp):
609 Don't assume fixnums can fit in int. 605 Don't assume fixnums can fit in int.