]> code.delx.au - gnu-emacs/blobdiff - lisp/talk.el
Merge Org 7.8.03
[gnu-emacs] / lisp / talk.el
index c16255f77422b44bbdb2aac7dfba5066dd5068d5..98c7f6d31ca1d4a5576b82c6f7368974c04be32a 100644 (file)
@@ -111,7 +111,7 @@ Select the first of these windows, displaying the first of the buffers."
          (while (progn
                   (switch-to-buffer (car buffers))
                   (setq buffers (cdr buffers)))
-           (split-window-vertically lines-per-buffer)
+           (split-window-below lines-per-buffer)
            (other-window 1))
          (select-window (frame-first-window frame)))
       (select-frame old-frame))))