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 | 69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95 (patch) | |
tree | 00ab60bc1db392c982034d7ae88f619ac340c48c /src/term.c | |
parent | a36abf0ef31eb9d684cb18b475d40be9122dc0f5 (diff) | |
download | emacs-69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95.tar.gz |
* 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/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; |