]> git.eshelyaron.com Git - emacs.git/commitdiff
(scroll-bar-mode): Specify :initialize.
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 Sep 2002 20:52:28 +0000 (20:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 Sep 2002 20:52:28 +0000 (20:52 +0000)
lisp/scroll-bar.el

index d08c5c63acd91971115ac7bd2500770bd0586e4b..7230ca046a08fdedac46b04cc24e7e676ee43f43 100644 (file)
@@ -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.