From: Richard M. Stallman Date: Sun, 15 Sep 2002 20:52:28 +0000 (+0000) Subject: (scroll-bar-mode): Specify :initialize. X-Git-Tag: ttn-vms-21-2-B4~13158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2669fbfba0ca8c7136631a31a78cd64ce7b352bd;p=emacs.git (scroll-bar-mode): Specify :initialize. --- 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.