diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-31 02:47:32 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-31 02:47:32 +0000 |
commit | 12205281da02dc955c47fa1830bbd4daef835433 (patch) | |
tree | 1496b27a15674de3998143ee86c890e777b78c8f /src/w32term.c | |
parent | b41d4794f126c98d4f0a3a6921a611b022e5f33f (diff) | |
download | emacs-before-remove-vms.tar.gz |
* s/ms-w32.h (MULTI_KBOARD): Remove.before-remove-vms
* 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.c | 2 |
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) terminal->memory_below_frame = 0; /* We don't remember what scrolls off the bottom. */ -#ifdef MULTI_KBOARD /* We don't yet support separate terminals on W32, so don't try to share keyboards between virtual terminals that are on the same physical terminal like X does. */ @@ -6123,7 +6122,6 @@ w32_create_terminal (struct w32_display_info *dpyinfo) if (current_kboard == initial_kboard) current_kboard = terminal->kboard; terminal->kboard->reference_count++; -#endif return terminal; } |