changeset 47494:06a428ab2fcb

(scroll-bar-mode): Specify :initialize.
author Richard M. Stallman <rms@gnu.org>
date Sun, 15 Sep 2002 20:52:28 +0000
parents af1e3a228034
children 82921c15f193
files lisp/scroll-bar.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.