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/xterm.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/xterm.c')
-rw-r--r-- | src/xterm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xterm.c b/src/xterm.c index 57092c25859..a32f4e1a397 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -9859,7 +9859,6 @@ static int x_initialized; static int x_session_initialized; #endif -#ifdef MULTI_KBOARD /* Test whether two display-name strings agree up to the dot that separates the screen number from the server number. */ static int @@ -9906,7 +9905,6 @@ same_x_server (name1, name2) && (*name1 == '.' || *name1 == '\0') && (*name2 == '.' || *name2 == '\0')); } -#endif /* Count number of set bits in mask and number of bits to shift to get to the first bit. With MASK 0x7e0, *BITS is set to 6, and *OFFSET @@ -10105,7 +10103,6 @@ x_term_init (display_name, xrm_option, resource_name) terminal = x_create_terminal (dpyinfo); -#ifdef MULTI_KBOARD { struct x_display_info *share; Lisp_Object tail; @@ -10142,7 +10139,6 @@ x_term_init (display_name, xrm_option, resource_name) } terminal->kboard->reference_count++; } -#endif /* Put this display on the chain. */ dpyinfo->next = x_display_list; |