]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/fortran.el
Rename split-window-{above-each-other|split-window-side-by-side}
[gnu-emacs] / lisp / progmodes / fortran.el
index d30b9673d09436f0c2d2cec6e465c8c9ca8f4406..fd3d42685f0d6498cf9b7f8411936a57e242358c 100644 (file)
@@ -1097,7 +1097,7 @@ See also `fortran-window-create-momentarily'."
            (scroll-bar-width (- (nth 2 window-edges)
                                 (car window-edges)
                                 (window-width))))
-      (split-window-horizontally (+ fortran-line-length scroll-bar-width)))
+      (split-window-right (+ fortran-line-length scroll-bar-width)))
     (other-window 1)
     (switch-to-buffer " fortran-window-extra" t)
     (select-window (previous-window))))