diff options
Diffstat (limited to 'lisp/talk.el')
| -rw-r--r-- | lisp/talk.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/talk.el b/lisp/talk.el index c16255f7742..98c7f6d31ca 100644 --- a/lisp/talk.el +++ b/lisp/talk.el | |||
| @@ -111,7 +111,7 @@ Select the first of these windows, displaying the first of the buffers." | |||
| 111 | (while (progn | 111 | (while (progn |
| 112 | (switch-to-buffer (car buffers)) | 112 | (switch-to-buffer (car buffers)) |
| 113 | (setq buffers (cdr buffers))) | 113 | (setq buffers (cdr buffers))) |
| 114 | (split-window-vertically lines-per-buffer) | 114 | (split-window-below lines-per-buffer) |
| 115 | (other-window 1)) | 115 | (other-window 1)) |
| 116 | (select-window (frame-first-window frame))) | 116 | (select-window (frame-first-window frame))) |
| 117 | (select-frame old-frame)))) | 117 | (select-frame old-frame)))) |