aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-07 20:41:22 -0800
committerPaul Eggert2011-03-07 20:41:22 -0800
commite2f1bab96318b2809aad624ee9bbbdfd7fd6dd6e (patch)
treeb66ec185dc1ad486b2aa731a139035265abca826 /src/ChangeLog
parent2735d0606bd871584b2e6343f3dce4c1a155b296 (diff)
downloademacs-e2f1bab96318b2809aad624ee9bbbdfd7fd6dd6e.tar.gz
emacs-e2f1bab96318b2809aad624ee9bbbdfd7fd6dd6e.zip
* coding.c (emacs_mule_char, encode_invocation_designation):
Now static, since they're not used elsewhere.
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