aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-03-31 16:06:34 +0400
committerDmitry Antipov2014-03-31 16:06:34 +0400
commitfbc87aeaafe7ccdcfd2e4d1c0417c747587b8ab9 (patch)
tree2926becec9440de3ace06fc8811ab09e8b69201b /src/ChangeLog
parent68712e08458dabb4c2b48b6f6879466e476bd5ce (diff)
downloademacs-fbc87aeaafe7ccdcfd2e4d1c0417c747587b8ab9.tar.gz
emacs-fbc87aeaafe7ccdcfd2e4d1c0417c747587b8ab9.zip
* fns.c (Fsubstring, Fsubstring_no_properties, secure_hash):
Move common substring range checking code to... (validate_substring): ...this function.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ea34def5ded..773a09121fd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,9 @@
3 * search.c (Freplace_match): Use make_specified_string. 3 * search.c (Freplace_match): Use make_specified_string.
4 * xterm.c, w32term.c (x_set_glyph_string_gc): Use emacs_abort 4 * xterm.c, w32term.c (x_set_glyph_string_gc): Use emacs_abort
5 to catch bogus override face of glyph strings. 5 to catch bogus override face of glyph strings.
6 * fns.c (Fsubstring, Fsubstring_no_properties, secure_hash):
7 Move common substring range checking code to...
8 (validate_substring): ...this function.
6 9
72014-03-31 Jan Djärv <jan.h.d@swipnet.se> 102014-03-31 Jan Djärv <jan.h.d@swipnet.se>
8 11