diff options
| author | Paul Eggert | 2011-03-07 20:41:22 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-07 20:41:22 -0800 |
| commit | e2f1bab96318b2809aad624ee9bbbdfd7fd6dd6e (patch) | |
| tree | b66ec185dc1ad486b2aa731a139035265abca826 /src/ChangeLog | |
| parent | 2735d0606bd871584b2e6343f3dce4c1a155b296 (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 | ||
| 54 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 56 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 55 | 57 | ||