diff options
| author | Richard M. Stallman | 2002-09-15 20:52:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-15 20:52:28 +0000 |
| commit | 2669fbfba0ca8c7136631a31a78cd64ce7b352bd (patch) | |
| tree | cb6556a8a88982790428b14b79920d31911a6c5b | |
| parent | 72c0e39453afd05986a8cbcb3ae9c19df8c546a6 (diff) | |
| download | emacs-2669fbfba0ca8c7136631a31a78cd64ce7b352bd.tar.gz emacs-2669fbfba0ca8c7136631a31a78cd64ce7b352bd.zip | |
(scroll-bar-mode): Specify :initialize.
| -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." | |||
| 99 | (const left) | 99 | (const left) |
| 100 | (const right)) | 100 | (const right)) |
| 101 | :group 'frames | 101 | :group 'frames |
| 102 | ;; The default value for :initialize would try to use :set | ||
| 103 | ;; when processing the file in cus-dep.el. | ||
| 104 | :initialize 'custom-initialize-default | ||
| 102 | :set 'set-scroll-bar-mode-1) | 105 | :set 'set-scroll-bar-mode-1) |
| 103 | 106 | ||
| 104 | ;; We just set scroll-bar-mode, but that was the default. | 107 | ;; We just set scroll-bar-mode, but that was the default. |