aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.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/xterm.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/xterm.c')
-rw-r--r--src/xterm.c4
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;
9859static int x_session_initialized; 9859static int x_session_initialized;
9860#endif 9860#endif
9861 9861
9862#ifdef MULTI_KBOARD
9863/* Test whether two display-name strings agree up to the dot that separates 9862/* Test whether two display-name strings agree up to the dot that separates
9864 the screen number from the server number. */ 9863 the screen number from the server number. */
9865static int 9864static int
@@ -9906,7 +9905,6 @@ same_x_server (name1, name2)
9906 && (*name1 == '.' || *name1 == '\0') 9905 && (*name1 == '.' || *name1 == '\0')
9907 && (*name2 == '.' || *name2 == '\0')); 9906 && (*name2 == '.' || *name2 == '\0'));
9908} 9907}
9909#endif
9910 9908
9911/* Count number of set bits in mask and number of bits to shift to 9909/* Count number of set bits in mask and number of bits to shift to
9912 get to the first bit. With MASK 0x7e0, *BITS is set to 6, and *OFFSET 9910 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)
10105 10103
10106 terminal = x_create_terminal (dpyinfo); 10104 terminal = x_create_terminal (dpyinfo);
10107 10105
10108#ifdef MULTI_KBOARD
10109 { 10106 {
10110 struct x_display_info *share; 10107 struct x_display_info *share;
10111 Lisp_Object tail; 10108 Lisp_Object tail;
@@ -10142,7 +10139,6 @@ x_term_init (display_name, xrm_option, resource_name)
10142 } 10139 }
10143 terminal->kboard->reference_count++; 10140 terminal->kboard->reference_count++;
10144 } 10141 }
10145#endif
10146 10142
10147 /* Put this display on the chain. */ 10143 /* Put this display on the chain. */
10148 dpyinfo->next = x_display_list; 10144 dpyinfo->next = x_display_list;