summaryrefslogtreecommitdiff
path: root/src/ChangeLog.9
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-12 00:34:43 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-12 00:34:43 +0100
commit9b8ba1e59d432dba5170b085cd45923cde0fba67 (patch)
tree94503d36b8afc463a1f42d8a2df92015f9f3ca82 /src/ChangeLog.9
parent40a8bdf60f261d476869cdb1276a00e5641ceba4 (diff)
downloademacs-9b8ba1e59d432dba5170b085cd45923cde0fba67.tar.gz
Fix more typos.
Diffstat (limited to 'src/ChangeLog.9')
-rw-r--r--src/ChangeLog.92
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index ceec5da3296..1a4abfab61b 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -4617,7 +4617,7 @@
* lisp.h (detect_coding_system): Prototype adjusted.
* coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
- (detect_coding_emacs_mule, detect_coding_iso2022,)
+ (detect_coding_emacs_mule, detect_coding_iso2022)
(detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
(detect_coding_utf_16, detect_coding_ccl): Make them static.
New argument MULTIBYTEP. Callers changed.