aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.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/term.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/term.c')
-rw-r--r--src/term.c4
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.",
3571 tty->TF_teleray = tgetflag ("xt"); 3571 tty->TF_teleray = tgetflag ("xt");
3572 3572
3573#endif /* !WINDOWSNT */ 3573#endif /* !WINDOWSNT */
3574#ifdef MULTI_KBOARD
3575 terminal->kboard = (KBOARD *) xmalloc (sizeof (KBOARD)); 3574 terminal->kboard = (KBOARD *) xmalloc (sizeof (KBOARD));
3576 init_kboard (terminal->kboard); 3575 init_kboard (terminal->kboard);
3577 terminal->kboard->Vwindow_system = Qnil; 3576 terminal->kboard->Vwindow_system = Qnil;
@@ -3585,10 +3584,7 @@ to do `unset TERMCAP' (C-shell: `unsetenv TERMCAP') as well.",
3585 current_kboard = terminal->kboard; 3584 current_kboard = terminal->kboard;
3586#ifndef WINDOWSNT 3585#ifndef WINDOWSNT
3587 term_get_fkeys (address, terminal->kboard); 3586 term_get_fkeys (address, terminal->kboard);
3588#endif
3589#endif
3590 3587
3591#ifndef WINDOWSNT
3592 /* Get frame size from system, or else from termcap. */ 3588 /* Get frame size from system, or else from termcap. */
3593 { 3589 {
3594 int height, width; 3590 int height, width;