diff options
| author | Dan Nicolaescu | 2008-07-31 02:47:32 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-31 02:47:32 +0000 |
| commit | 69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95 (patch) | |
| tree | 00ab60bc1db392c982034d7ae88f619ac340c48c /src/window.c | |
| parent | a36abf0ef31eb9d684cb18b475d40be9122dc0f5 (diff) | |
| download | emacs-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/window.c')
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/window.c b/src/window.c index aa3077aa55a..de0d0d01589 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2533,7 +2533,6 @@ void | |||
| 2533 | replace_buffer_in_all_windows (buffer) | 2533 | replace_buffer_in_all_windows (buffer) |
| 2534 | Lisp_Object buffer; | 2534 | Lisp_Object buffer; |
| 2535 | { | 2535 | { |
| 2536 | #ifdef MULTI_KBOARD | ||
| 2537 | Lisp_Object tail, frame; | 2536 | Lisp_Object tail, frame; |
| 2538 | 2537 | ||
| 2539 | /* A single call to window_loop won't do the job | 2538 | /* A single call to window_loop won't do the job |
| @@ -2541,9 +2540,6 @@ replace_buffer_in_all_windows (buffer) | |||
| 2541 | So loop manually over frames, and handle each one. */ | 2540 | So loop manually over frames, and handle each one. */ |
| 2542 | FOR_EACH_FRAME (tail, frame) | 2541 | FOR_EACH_FRAME (tail, frame) |
| 2543 | window_loop (UNSHOW_BUFFER, buffer, 1, frame); | 2542 | window_loop (UNSHOW_BUFFER, buffer, 1, frame); |
| 2544 | #else | ||
| 2545 | window_loop (UNSHOW_BUFFER, buffer, 1, Qt); | ||
| 2546 | #endif | ||
| 2547 | } | 2543 | } |
| 2548 | 2544 | ||
| 2549 | /* Set the height of WINDOW and all its inferiors. */ | 2545 | /* Set the height of WINDOW and all its inferiors. */ |