diff options
| author | Jan Djärv | 2013-01-11 06:09:30 +0100 |
|---|---|---|
| committer | Jan Djärv | 2013-01-11 06:09:30 +0100 |
| commit | 616763d517df5c39933bc10ce438fb3f6c7cb66a (patch) | |
| tree | 96a1b866a2c7b2af71b52cfe9232a7a716c7f732 /lisp | |
| parent | ec782c5f13fbcebe3b02106357c7daa0681a2b08 (diff) | |
| download | emacs-616763d517df5c39933bc10ce438fb3f6c7cb66a.tar.gz emacs-616763d517df5c39933bc10ce438fb3f6c7cb66a.zip | |
Make scroll-bar-adjust-thumb-portion customizable, adjust documentation.
* lisp/cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
* src/xterm.c (syms_of_xterm): Adjust documentation for
scroll-bar-adjust-thumb-portion.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-start.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 73e096adc5e..4bd5ba43be6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-01-11 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * cus-start.el (all): Add scroll-bar-adjust-thumb-portion. | ||
| 4 | |||
| 1 | 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * jit-lock.el (jit-lock-debug-mode): New minor mode. | 7 | * jit-lock.el (jit-lock-debug-mode): New minor mode. |
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index b954ed60baa..e1d4eb837ca 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -513,6 +513,7 @@ since it could result in memory overflow and make Emacs crash." | |||
| 513 | (x-use-underline-position-properties display boolean "22.1") | 513 | (x-use-underline-position-properties display boolean "22.1") |
| 514 | (x-underline-at-descent-line display boolean "22.1") | 514 | (x-underline-at-descent-line display boolean "22.1") |
| 515 | (x-stretch-cursor display boolean "21.1") | 515 | (x-stretch-cursor display boolean "21.1") |
| 516 | (scroll-bar-adjust-thumb-portion windows boolean "24.4") | ||
| 516 | ;; xselect.c | 517 | ;; xselect.c |
| 517 | (x-select-enable-clipboard-manager killing boolean "24.1") | 518 | (x-select-enable-clipboard-manager killing boolean "24.1") |
| 518 | ;; xsettings.c | 519 | ;; xsettings.c |