1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(scroll-bar-mode): If FLAG is non-nil, set it to its prefix-numeric-value.

This commit is contained in:
Roland McGrath 1993-08-06 21:03:45 +00:00
parent e0568e8637
commit 6ee9f95358

View File

@ -56,6 +56,7 @@ created in the future.
With a numeric argument, if the argument is negative,
turn off scroll bars; otherwise, turn on scroll bars."
(interactive "P")
(if flag (setq flag (prefix-numeric-value flag)))
;; Obtain the current setting by looking at default-frame-alist.
(let ((scroll-bar-mode