diff options
Diffstat (limited to 'src/w32term.c')
-rw-r--r-- | src/w32term.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c index 80ea9983cef..edde95f5f13 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -6331,6 +6331,7 @@ w32_create_terminal (struct w32_display_info *dpyinfo) terminal like X does. */ terminal->kboard = (KBOARD *) xmalloc (sizeof (KBOARD)); init_kboard (terminal->kboard); + terminal->kboard->Vwindow_system = intern ("w32"); terminal->kboard->next_kboard = all_kboards; all_kboards = terminal->kboard; /* Don't let the initial kboard remain current longer than necessary. |