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 | 12205281da02dc955c47fa1830bbd4daef835433 (patch) | |
tree | 1496b27a15674de3998143ee86c890e777b78c8f /src/window.c | |
parent | b41d4794f126c98d4f0a3a6921a611b022e5f33f (diff) | |
download | emacs-before-remove-vms.tar.gz |
* s/ms-w32.h (MULTI_KBOARD): Remove.before-remove-vms
* 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 replace_buffer_in_all_windows (buffer) Lisp_Object buffer; { -#ifdef MULTI_KBOARD Lisp_Object tail, frame; /* A single call to window_loop won't do the job @@ -2541,9 +2540,6 @@ replace_buffer_in_all_windows (buffer) So loop manually over frames, and handle each one. */ FOR_EACH_FRAME (tail, frame) window_loop (UNSHOW_BUFFER, buffer, 1, frame); -#else - window_loop (UNSHOW_BUFFER, buffer, 1, Qt); -#endif } /* Set the height of WINDOW and all its inferiors. */ |