Function: menu-bar-bottom-and-right-window-divider
menu-bar-bottom-and-right-window-divider is an interactive and
byte-compiled function defined in menu-bar.el.gz.
Signature
(menu-bar-bottom-and-right-window-divider)
Documentation
Display dividers on the bottom and right of each window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun menu-bar-bottom-and-right-window-divider ()
"Display dividers on the bottom and right of each window."
(interactive)
(customize-set-variable 'window-divider-default-places t)
(window-divider-mode 1))