From 6ee9f9535837446ff3e051c82653b7aef4b95331 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 6 Aug 1993 21:03:45 +0000 Subject: [PATCH] (scroll-bar-mode): If FLAG is non-nil, set it to its prefix-numeric-value. --- lisp/scroll-bar.el | 1 + 1 file changed, 1 insertion(+) 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. 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 -- 2.39.5