aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3a5a4c97628..1b518a6341c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -52,6 +52,7 @@
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): 53 * coding.c (emacs_mule_char, encode_invocation_designation):
54 Now static, since they're not used elsewhere. 54 Now static, since they're not used elsewhere.
55 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
55 56
562011-03-06 Chong Yidong <cyd@stupidchicken.com> 572011-03-06 Chong Yidong <cyd@stupidchicken.com>
57 58