aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bbcc067fecd..3a5a4c97628 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -50,6 +50,8 @@
50 (Fdecode_sjis_char, Fdefine_coding_system_internal): 50 (Fdecode_sjis_char, Fdefine_coding_system_internal):
51 Rename locals to avoid shadowing. 51 Rename locals to avoid shadowing.
52 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise. 52 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
53 * coding.c (emacs_mule_char, encode_invocation_designation):
54 Now static, since they're not used elsewhere.
53 55
542011-03-06 Chong Yidong <cyd@stupidchicken.com> 562011-03-06 Chong Yidong <cyd@stupidchicken.com>
55 57