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 | |||
| 601 | 601 | ||
| 602 | /* Decode the string STR using the specified coding system | 602 | /* Decode the string STR using the specified coding system |
| 603 | for system functions, if any. */ | 603 | for system functions, if any. */ |
| 604 | #define DECODE_SYSTEM(name) \ | 604 | #define DECODE_SYSTEM(str) \ |
| 605 | (! NILP (Vlocale_coding_system) \ | 605 | (! NILP (Vlocale_coding_system) \ |
| 606 | && !EQ (Vlocale_coding_system, make_number (0)) \ | 606 | && !EQ (Vlocale_coding_system, make_number (0)) \ |
| 607 | ? code_convert_string_norecord (str, Vlocale_coding_system, 0) \ | 607 | ? code_convert_string_norecord (str, Vlocale_coding_system, 0) \ |