aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32font.c')
-rw-r--r--src/w32font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32font.c b/src/w32font.c
index 67d2f6d666d..314d7acdcc6 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -1627,7 +1627,7 @@ x_to_w32_charset (char * lpcs)
1627 Format of each entry is 1627 Format of each entry is
1628 (CHARSET_NAME . (WINDOWS_CHARSET . CODEPAGE)). 1628 (CHARSET_NAME . (WINDOWS_CHARSET . CODEPAGE)).
1629 */ 1629 */
1630 this_entry = Fassoc (build_string (charset), Vw32_charset_info_alist); 1630 this_entry = Fassoc (build_string (charset), Vw32_charset_info_alist, Qnil);
1631 1631
1632 if (NILP (this_entry)) 1632 if (NILP (this_entry))
1633 { 1633 {