aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-24 16:16:02 -0700
committerPaul Eggert2011-10-24 16:16:02 -0700
commita14e15687ce2e0a02e27bf85f70b3d9c7dfdf850 (patch)
tree06ca6d740c2230fde0f2cee7bed8b50b29729b14 /src/ChangeLog
parent0fd11aa5e26da5ee2b36996f1a2376fb2d7ec6cc (diff)
downloademacs-a14e15687ce2e0a02e27bf85f70b3d9c7dfdf850.tar.gz
emacs-a14e15687ce2e0a02e27bf85f70b3d9c7dfdf850.zip
* character.c (Funibyte_string): Use CHECK_RANGED_INTEGER instead.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b41db9831a..46c22caeea9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -106,7 +106,7 @@
106 (str_as_unibyte, str_to_unibyte, string_count_byte8) 106 (str_as_unibyte, str_to_unibyte, string_count_byte8)
107 (string_escape_byte8, Fget_byte): 107 (string_escape_byte8, Fget_byte):
108 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. 108 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
109 (Funibyte_string): Use CHECK_CHARACTER, not CHECK_NATNUM, to 109 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
110 avoid mishandling large integers. 110 avoid mishandling large integers.
111 * character.h: Adjust decls to match defn changes elsewhere. 111 * character.h: Adjust decls to match defn changes elsewhere.
112 * charset.c (load_charset_map_from_file, find_charsets_in_text) 112 * charset.c (load_charset_map_from_file, find_charsets_in_text)