diff options
| -rw-r--r-- | lisp/scroll-bar.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index bf0c1e8ed0a..8e07f3a5f6a 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el | |||
| @@ -56,6 +56,8 @@ that scroll bar position." | |||
| 56 | 56 | ||
| 57 | ;;;; Helpful functions for enabling and disabling scroll bars. | 57 | ;;;; Helpful functions for enabling and disabling scroll bars. |
| 58 | 58 | ||
| 59 | (defvar scroll-bar-mode) | ||
| 60 | |||
| 59 | (defun set-scroll-bar-mode (ignore value) | 61 | (defun set-scroll-bar-mode (ignore value) |
| 60 | "Set `scroll-bar-mode' to VALUE and put the new value into effect." | 62 | "Set `scroll-bar-mode' to VALUE and put the new value into effect." |
| 61 | (setq scroll-bar-mode value) | 63 | (setq scroll-bar-mode value) |