[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/scroll-bar.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/scroll-bar.el |
Date: |
Sun, 15 Sep 2002 16:52:28 -0400 |
Index: emacs/lisp/scroll-bar.el
diff -c emacs/lisp/scroll-bar.el:1.41 emacs/lisp/scroll-bar.el:1.42
*** emacs/lisp/scroll-bar.el:1.41 Sun Jan 20 10:44:52 2002
--- emacs/lisp/scroll-bar.el Sun Sep 15 16:52:28 2002
***************
*** 99,104 ****
--- 99,107 ----
(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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/scroll-bar.el,
Richard M. Stallman <=