From 3f107ef79783017ce7ffe7e7477a09524bea1330 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Wed, 25 Jun 2014 16:53:12 +0400 Subject: [PATCH] Fix ChangeLog entry. --- src/ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 24b8e711420..8b0149bc5f4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,8 +2,10 @@ Consistently use validate_subarray to verify substring. * fns.c (validate_substring): Not static any more. Adjust to - use ptrdiff_t, not EMACS_INT, becase string and vector limits + use ptrdiff_t, not EMACS_INT, because string and vector limits can't exceed ptrdiff_t even if EMACS_INT is wider. + (Fcompare_strings, Fsubstring, Fsubstring_no_properties) + (secure_hash): Adjust user. * lisp.h (validate_subarray): Add prototype. * coding.c (Fundecodable_char_position): * composite.c (Fcomposition_get_gstring, Fcompose_string_internal): -- 2.39.5