diff options
| author | Martin Rudalics | 2014-09-03 17:10:29 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2014-09-03 17:10:29 +0200 |
| commit | 568df136f13451a098d166918b9602cf8dedf976 (patch) | |
| tree | d9870a3b614c9f10d2f626e7481c796b750f171b /src/buffer.c | |
| parent | 62fca47221fc9d248511cd94fbcb41ddb46763e6 (diff) | |
| download | emacs-568df136f13451a098d166918b9602cf8dedf976.tar.gz emacs-568df136f13451a098d166918b9602cf8dedf976.zip | |
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.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 62431cb8fe1..45e614fb449 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5919,7 +5919,7 @@ A value of nil means to use the scroll bar width from the window's frame. */); | |||
| 5919 | DEFVAR_PER_BUFFER ("scroll-bar-height", &BVAR (current_buffer, scroll_bar_height), | 5919 | DEFVAR_PER_BUFFER ("scroll-bar-height", &BVAR (current_buffer, scroll_bar_height), |
| 5920 | Qintegerp, | 5920 | Qintegerp, |
| 5921 | doc: /* Height of this buffer's scroll bars in pixels. | 5921 | doc: /* Height of this buffer's scroll bars in pixels. |
| 5922 | A value of nil means to use the scroll bar heiht from the window's frame. */); | 5922 | A value of nil means to use the scroll bar height from the window's frame. */); |
| 5923 | 5923 | ||
| 5924 | DEFVAR_PER_BUFFER ("vertical-scroll-bar", &BVAR (current_buffer, vertical_scroll_bar_type), | 5924 | DEFVAR_PER_BUFFER ("vertical-scroll-bar", &BVAR (current_buffer, vertical_scroll_bar_type), |
| 5925 | Qvertical_scroll_bar, | 5925 | Qvertical_scroll_bar, |