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:
parent
e0568e8637
commit
6ee9f95358
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user