summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2005-10-27 00:43:22 +0000
committerKenichi Handa <handa@m17n.org>2005-10-27 00:43:22 +0000
commite743c2ee858f8171a087f26d921122c133a34999 (patch)
tree9f8883c8e82df15dcfee326668210e3fe9138b63 /src/coding.h
parent683bbe18a6008c6fac4e7c3f8b7ee67f1bc41bc0 (diff)
downloademacs-e743c2ee858f8171a087f26d921122c133a34999.tar.gz
(DECODE_SYSTEM): Fix argument name; name->str.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index 1ea1dafd54b..9a158ef5ffb 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -601,7 +601,7 @@ struct coding_system
/* Decode the string STR using the specified coding system
for system functions, if any. */
-#define DECODE_SYSTEM(name) \
+#define DECODE_SYSTEM(str) \
(! NILP (Vlocale_coding_system) \
&& !EQ (Vlocale_coding_system, make_number (0)) \
? code_convert_string_norecord (str, Vlocale_coding_system, 0) \