diff options
| -rw-r--r-- | lisp/scroll-bar.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 8fd62f02898..462fdad55ae 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el | |||
| @@ -56,6 +56,7 @@ created in the future. | |||
| 56 | With a numeric argument, if the argument is negative, | 56 | With a numeric argument, if the argument is negative, |
| 57 | turn off scroll bars; otherwise, turn on scroll bars." | 57 | turn off scroll bars; otherwise, turn on scroll bars." |
| 58 | (interactive "P") | 58 | (interactive "P") |
| 59 | (if flag (setq flag (prefix-numeric-value flag))) | ||
| 59 | 60 | ||
| 60 | ;; Obtain the current setting by looking at default-frame-alist. | 61 | ;; Obtain the current setting by looking at default-frame-alist. |
| 61 | (let ((scroll-bar-mode | 62 | (let ((scroll-bar-mode |