lv-window: split-window ignores window parameters

fix lv-window failure in presence of a bottom window with
no-other-window window parameter set to t
master
Jan Tatarik 11 years ago
parent fd8e1b9617
commit 2d458392f9
  1. 5
      lv.el

@ -62,8 +62,9 @@ Only the background color is significant."
buf)
(prog1 (setq lv-wnd
(select-window
(split-window
(frame-root-window) -1 'below)))
(let ((ignore-window-parameters t))
(split-window
(frame-root-window) -1 'below))))
(if (setq buf (get-buffer "*LV*"))
(switch-to-buffer buf)
(switch-to-buffer "*LV*")

Loading…
Cancel
Save