1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08: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