aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 5cfd25c8022..2fbf0bd0880 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -6451,7 +6451,8 @@ w32_to_all_x_charsets (fncharset)
6451 /* Handle startup case of w32-charset-info-alist not 6451 /* Handle startup case of w32-charset-info-alist not
6452 being set up yet. */ 6452 being set up yet. */
6453 if (NILP(Vw32_charset_info_alist)) 6453 if (NILP(Vw32_charset_info_alist))
6454 return "iso8859-1"; 6454 return Fcons (build_string ("iso8859-1"), Qnil);
6455
6455 charset_type = Qw32_charset_ansi; 6456 charset_type = Qw32_charset_ansi;
6456 break; 6457 break;
6457 case DEFAULT_CHARSET: 6458 case DEFAULT_CHARSET: