1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00

(w32_to_all_x_charsets): Return correct type in startup case.

This commit is contained in:
Jason Rumney 2002-03-16 23:37:06 +00:00
parent a156679331
commit d86c35ee82

View file

@ -6451,7 +6451,8 @@ w32_to_all_x_charsets (fncharset)
/* Handle startup case of w32-charset-info-alist not
being set up yet. */
if (NILP(Vw32_charset_info_alist))
return "iso8859-1";
return Fcons (build_string ("iso8859-1"), Qnil);
charset_type = Qw32_charset_ansi;
break;
case DEFAULT_CHARSET: