Mercurial > emacs
diff src/xselect.c @ 97141:840bd675fd85 before-remove-vms
* 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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 31 Jul 2008 02:47:32 +0000 |
parents | c6085f866ccd |
children | f188167016d0 |
line wrap: on
line diff
--- a/src/xselect.c Thu Jul 31 01:37:35 2008 +0000 +++ b/src/xselect.c Thu Jul 31 02:47:32 2008 +0000 @@ -1015,7 +1015,6 @@ TRACE0 ("x_handle_selection_clear"); -#ifdef MULTI_KBOARD /* If the new selection owner is also Emacs, don't clear the new selection. */ BLOCK_INPUT; @@ -1034,7 +1033,6 @@ } } UNBLOCK_INPUT; -#endif selection_symbol = x_atom_to_symbol (display, selection);