# HG changeset patch # User Richard M. Stallman # Date 1032123148 0 # Node ID 06a428ab2fcb48ccda27f886f82eba60041b4c88 # Parent af1e3a22803459d7f475c28b70d51b4e947c024a (scroll-bar-mode): Specify :initialize. diff -r af1e3a228034 -r 06a428ab2fcb lisp/scroll-bar.el --- a/lisp/scroll-bar.el Sun Sep 15 20:51:20 2002 +0000 +++ b/lisp/scroll-bar.el Sun Sep 15 20:52:28 2002 +0000 @@ -99,6 +99,9 @@ (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.