diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 97268e0dcd8..56202e4861d 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -343,7 +343,7 @@ Lisp_Object Qcoding_system_p, Qcoding_system_error; | |||
| 343 | Lisp_Object Qemacs_mule, Qraw_text; | 343 | Lisp_Object Qemacs_mule, Qraw_text; |
| 344 | Lisp_Object Qutf_8_emacs; | 344 | Lisp_Object Qutf_8_emacs; |
| 345 | 345 | ||
| 346 | #if defined (WINDOWSNT) || defined (HAVE_NTGUI) | 346 | #if defined (WINDOWSNT) || defined (CYGWIN) |
| 347 | static Lisp_Object Qutf_16le; | 347 | static Lisp_Object Qutf_16le; |
| 348 | #endif | 348 | #endif |
| 349 | 349 | ||