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:
parent
e0568e8637
commit
6ee9f95358
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue