From 2669fbfba0ca8c7136631a31a78cd64ce7b352bd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 Sep 2002 20:52:28 +0000 Subject: [PATCH] (scroll-bar-mode): Specify :initialize. --- lisp/scroll-bar.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index d08c5c63acd..7230ca046a0 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -99,6 +99,9 @@ Setting the variable with a customization buffer also takes effect." (const left) (const right)) :group 'frames + ;; The default value for :initialize would try to use :set + ;; when processing the file in cus-dep.el. + :initialize 'custom-initialize-default :set 'set-scroll-bar-mode-1) ;; We just set scroll-bar-mode, but that was the default. -- 2.39.2