aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-31 02:47:32 +0000
committerDan Nicolaescu2008-07-31 02:47:32 +0000
commit69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95 (patch)
tree00ab60bc1db392c982034d7ae88f619ac340c48c /src/w32term.c
parenta36abf0ef31eb9d684cb18b475d40be9122dc0f5 (diff)
downloademacs-69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95.tar.gz
emacs-69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95.zip
* s/ms-w32.h (MULTI_KBOARD): Remove.
* xterm.c: * xselect.c: * xfns.c: * window.c: * w32term.c: * w32fns.c: * terminal.c: * termhooks.h: * term.c: * sysdep.c: * keyboard.h: * keyboard.c: * frame.h: * frame.c: * frame.c: Remove references to MULTI_KBOARD, it is now the default. * config.in: Regenerate. * config.nt (MULTI_KBOARD): Remove. * configure.in (MULTI_KBOARD): Remove.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 26473cfdd4a..85ac8d948cd 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -6108,7 +6108,6 @@ w32_create_terminal (struct w32_display_info *dpyinfo)
6108 terminal->memory_below_frame = 0; /* We don't remember what scrolls 6108 terminal->memory_below_frame = 0; /* We don't remember what scrolls
6109 off the bottom. */ 6109 off the bottom. */
6110 6110
6111#ifdef MULTI_KBOARD
6112 /* We don't yet support separate terminals on W32, so don't try to share 6111 /* We don't yet support separate terminals on W32, so don't try to share
6113 keyboards between virtual terminals that are on the same physical 6112 keyboards between virtual terminals that are on the same physical
6114 terminal like X does. */ 6113 terminal like X does. */
@@ -6123,7 +6122,6 @@ w32_create_terminal (struct w32_display_info *dpyinfo)
6123 if (current_kboard == initial_kboard) 6122 if (current_kboard == initial_kboard)
6124 current_kboard = terminal->kboard; 6123 current_kboard = terminal->kboard;
6125 terminal->kboard->reference_count++; 6124 terminal->kboard->reference_count++;
6126#endif
6127 6125
6128 return terminal; 6126 return terminal;
6129} 6127}