diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-09-15 20:52:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-09-15 20:52:28 +0000 |
commit | 2669fbfba0ca8c7136631a31a78cd64ce7b352bd (patch) | |
tree | cb6556a8a88982790428b14b79920d31911a6c5b /lisp/scroll-bar.el | |
parent | 72c0e39453afd05986a8cbcb3ae9c19df8c546a6 (diff) | |
download | emacs-2669fbfba0ca8c7136631a31a78cd64ce7b352bd.tar.gz |
(scroll-bar-mode): Specify :initialize.
Diffstat (limited to 'lisp/scroll-bar.el')
-rw-r--r-- | lisp/scroll-bar.el | 3 |
1 files changed, 3 insertions, 0 deletions
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. |