Clean up initialization and customization of horizontal scroll bars.
commit568df136f13451a098d166918b9602cf8dedf976
authorMartin Rudalics <rudalics@gmx.at>
Wed, 3 Sep 2014 15:10:29 +0000 (3 17:10 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 3 Sep 2014 15:10:29 +0000 (3 17:10 +0200)
treed9870a3b614c9f10d2f626e7481c796b750f171b
parent62fca47221fc9d248511cd94fbcb41ddb46763e6
Clean up initialization and customization of horizontal scroll bars.

* frame.el (frame-initialize): Remove horizontal-scroll-bars
from frame-initial-frame-alist.
* scroll-bar.el (previous-horizontal-scroll-bar-mode)
(horizontal-scroll-bar-mode-explicit)
(set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
(toggle-horizontal-scroll-bar): Remove.
(horizontal-scroll-bar-mode): Remove defcustom.
(horizontal-scroll-bar-mode): Fix doc-string.
(scroll-bar-toolkit-scroll)
(scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
* buffer.c (scroll-bar-height): Fix typo in doc-string.
* frame.c (Vdefault_frame_horizontal_scroll_bars): Remove
variable.
* nsfns.m (Fx_create_frame):
* w32fns.c (Fx_create_frame):
* xfns.c (Fx_create_frame): Default horizontal scroll bars to
nil.
etc/NEWS
lisp/ChangeLog
lisp/frame.el
lisp/scroll-bar.el
src/ChangeLog
src/buffer.c
src/frame.c
src/nsfns.m
src/w32fns.c
src/xfns.c