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/term.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/term.c')
-rw-r--r-- | src/term.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/term.c b/src/term.c index c9e3a0e35cf..0132443833d 100644 --- a/src/term.c +++ b/src/term.c @@ -3571,7 +3571,6 @@ to do `unset TERMCAP' (C-shell: `unsetenv TERMCAP') as well.", tty->TF_teleray = tgetflag ("xt"); #endif /* !WINDOWSNT */ -#ifdef MULTI_KBOARD terminal->kboard = (KBOARD *) xmalloc (sizeof (KBOARD)); init_kboard (terminal->kboard); terminal->kboard->Vwindow_system = Qnil; @@ -3585,10 +3584,7 @@ to do `unset TERMCAP' (C-shell: `unsetenv TERMCAP') as well.", current_kboard = terminal->kboard; #ifndef WINDOWSNT term_get_fkeys (address, terminal->kboard); -#endif -#endif -#ifndef WINDOWSNT /* Get frame size from system, or else from termcap. */ { int height, width; |