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:
parent
a156679331
commit
d86c35ee82
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue