diff options
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. |