diff options
| author | Stefan Monnier | 2005-11-03 17:14:11 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-11-03 17:14:11 +0000 |
| commit | 49e993450ce610ce35e22dbbe12faa658d01ee95 (patch) | |
| tree | 4e76db4a3a01f7835bbf59d5f8320070cf10437b /src/window.c | |
| parent | 11bdfcdd82deeb9835d0bd1068bdcd0752a67d56 (diff) | |
| download | emacs-49e993450ce610ce35e22dbbe12faa658d01ee95.tar.gz emacs-49e993450ce610ce35e22dbbe12faa658d01ee95.zip | |
(Fdisplay_buffer): Fix last change to not use a dedicated window.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index fe3572fba25..c49493f37ca 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3535,6 +3535,8 @@ displayed. */) | |||
| 3535 | || EQ (XWINDOW (window)->parent, Qnil)) | 3535 | || EQ (XWINDOW (window)->parent, Qnil)) |
| 3536 | && window_height (window) >= window_min_height << 1) | 3536 | && window_height (window) >= window_min_height << 1) |
| 3537 | window = Fsplit_window (window, Qnil, Qnil); | 3537 | window = Fsplit_window (window, Qnil, Qnil); |
| 3538 | else | ||
| 3539 | window = Fget_lru_window (frames, Qnil); | ||
| 3538 | /* If Fget_lru_window returned nil, try other approaches. */ | 3540 | /* If Fget_lru_window returned nil, try other approaches. */ |
| 3539 | 3541 | ||
| 3540 | /* Try visible frames first. */ | 3542 | /* Try visible frames first. */ |