diff options
| author | Karoly Lorentey | 2004-03-07 15:30:22 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-03-07 15:30:22 +0000 |
| commit | 54e81dc64794f315efdf418518a5e00f419cbcbd (patch) | |
| tree | 4c2dc33f0c1e697b810298ba5e9972341c0d4240 /src/window.c | |
| parent | 4388f1016b80bd33a75481b28352ae6c456e386a (diff) | |
| parent | ee96c8385cf436bf308665e5d6c8fb16c761e8e1 (diff) | |
| download | emacs-54e81dc64794f315efdf418518a5e00f419cbcbd.tar.gz emacs-54e81dc64794f315efdf418518a5e00f419cbcbd.zip | |
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-126
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-127
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-128
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-129
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-130
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-131
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-132
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-133
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-134
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-135
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-136
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-137
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-112
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c index 7419239752a..0192aa4edf6 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -281,6 +281,7 @@ make_window () | |||
| 281 | p->fringes_outside_margins = Qnil; | 281 | p->fringes_outside_margins = Qnil; |
| 282 | p->scroll_bar_width = Qnil; | 282 | p->scroll_bar_width = Qnil; |
| 283 | p->vertical_scroll_bar_type = Qt; | 283 | p->vertical_scroll_bar_type = Qt; |
| 284 | p->overlay_arrow_bitmap = 0; | ||
| 284 | 285 | ||
| 285 | Vwindow_list = Qnil; | 286 | Vwindow_list = Qnil; |
| 286 | return val; | 287 | return val; |
| @@ -3269,9 +3270,10 @@ Returns the window displaying BUFFER. | |||
| 3269 | If `display-buffer-reuse-frames' is non-nil, and another frame is currently | 3270 | If `display-buffer-reuse-frames' is non-nil, and another frame is currently |
| 3270 | displaying BUFFER, then simply raise that frame. | 3271 | displaying BUFFER, then simply raise that frame. |
| 3271 | 3272 | ||
| 3272 | The variables `special-display-buffer-names', `special-display-regexps', | 3273 | The variables `special-display-buffer-names', |
| 3273 | `same-window-buffer-names', and `same-window-regexps' customize how certain | 3274 | `special-display-regexps', `same-window-buffer-names', and |
| 3274 | buffer names are handled. | 3275 | `same-window-regexps' customize how certain buffer names are handled. |
| 3276 | The latter two take effect only if NOT-THIS-WINDOW is t. | ||
| 3275 | 3277 | ||
| 3276 | If optional argument FRAME is `visible', search all visible frames. | 3278 | If optional argument FRAME is `visible', search all visible frames. |
| 3277 | If FRAME is 0, search all visible and iconified frames. | 3279 | If FRAME is 0, search all visible and iconified frames. |