diff options
| author | Miles Bader | 2007-05-30 14:40:46 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-05-30 14:40:46 +0000 |
| commit | 62390cbfc25653003034b812258be9cfb5f3edee (patch) | |
| tree | 7ee220bf44a2e65dd80511bced7b77cfa1233b12 /src/window.c | |
| parent | 2d423dd0a720b08c61ee10023554b2a0491f8fae (diff) | |
| parent | 7a781a5480b9a1f55d28a76e1d1f89aaa2421f97 (diff) | |
| download | emacs-62390cbfc25653003034b812258be9cfb5f3edee.tar.gz emacs-62390cbfc25653003034b812258be9cfb5f3edee.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 774-780)
- Update from CVS
- Merge from emacs--rel--22, gnus--rel--5.10
- Merge from emacs--rel--22
- Fix tq.el edge case
* emacs--rel--22 (patch 28-32)
- Update from CVS
* gnus--rel--5.10 (patch 224-225)
- Merge from emacs--devo--0, emacs--rel--22
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-213
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 3fb558d637a..f417c7458d4 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1532,7 +1532,7 @@ delete_window (window) | |||
| 1532 | if (!EQ (window, pwindow)) | 1532 | if (!EQ (window, pwindow)) |
| 1533 | break; | 1533 | break; |
| 1534 | /* Otherwise, try another window for SWINDOW. */ | 1534 | /* Otherwise, try another window for SWINDOW. */ |
| 1535 | swindow = Fnext_window (swindow, Qlambda, Qnil);; | 1535 | swindow = Fnext_window (swindow, Qlambda, Qnil); |
| 1536 | 1536 | ||
| 1537 | /* If we get back to the frame's selected window, | 1537 | /* If we get back to the frame's selected window, |
| 1538 | it means there was no acceptable alternative, | 1538 | it means there was no acceptable alternative, |