diff options
Diffstat (limited to 'src/coding.h')
-rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index 158ebbf289f..42e73a36430 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) \ |