aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-08-01 06:37:41 +0200
committerJuanma Barranquero2010-08-01 06:37:41 +0200
commit6e051c0a1330f539e036597988a0973fbd1adaef (patch)
tree7d528e99ec7d30770d4d59ce52e494eb7169b476 /src
parent376c2b6b213e0cb7bec08a1ecc01731ac50865b8 (diff)
downloademacs-6e051c0a1330f539e036597988a0973fbd1adaef.tar.gz
emacs-6e051c0a1330f539e036597988a0973fbd1adaef.zip
Fix typos in ChangeLogs.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8043e118c64..a641336d7a6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -21316,7 +21316,7 @@
21316 * charset.c (charset_ordered_list_tick): New variable. 21316 * charset.c (charset_ordered_list_tick): New variable.
21317 (Fdefine_charset_internal): Increment charset_ordered_list_tick. 21317 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
21318 (Funify_charset): New optional arg DEUNIFY. If it is non-nil, 21318 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
21319 deunify intead of unify a charset. 21319 deunify instead of unify a charset.
21320 (string_xstring_p): Add `const' to local variables. 21320 (string_xstring_p): Add `const' to local variables.
21321 (find_charsets_in_text): Add `const' to arguments and local variables. 21321 (find_charsets_in_text): Add `const' to arguments and local variables.
21322 (encode_char): Adjust for the change of Funify_charset. Fix 21322 (encode_char): Adjust for the change of Funify_charset. Fix