aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index be5a0252ede..3ac4ada2939 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -11759,7 +11759,7 @@ syms_of_coding (void)
11759 DEFSYM (Qutf_8_unix, "utf-8-unix"); 11759 DEFSYM (Qutf_8_unix, "utf-8-unix");
11760 DEFSYM (Qutf_8_emacs, "utf-8-emacs"); 11760 DEFSYM (Qutf_8_emacs, "utf-8-emacs");
11761 11761
11762#if defined (WINDOWSNT) || defined (CYGWIN) 11762#if defined (WINDOWSNT) || defined (CYGWIN) || defined HAVE_ANDROID
11763 /* No, not utf-16-le: that one has a BOM. */ 11763 /* No, not utf-16-le: that one has a BOM. */
11764 DEFSYM (Qutf_16le, "utf-16le"); 11764 DEFSYM (Qutf_16le, "utf-16le");
11765#endif 11765#endif