diff options
author | Jim Blandy <jimb@redhat.com> | 1993-03-02 02:11:18 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-03-02 02:11:18 +0000 |
commit | dc14eed224c67066438020372003b156afd211ae (patch) | |
tree | 91f14a0babd78487bb5180169e4c5399a2d1a1f9 | |
parent | b16795eb99c7da354ddd1ffef174f1a0014f9a1e (diff) | |
download | emacs-dc14eed224c67066438020372003b156afd211ae.tar.gz |
These are in preparation for a more thorough renaming to occur soon.
* scroll-bar.el: Provide `scroll-bar', not `scrollbar'.
* term/x-win.el: Require `scroll-bar', not `scrollbar'.
-rw-r--r-- | lisp/scroll-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 63b37a59145..74172183202 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -129,6 +129,6 @@ EVENT should be a scrollbar click." (global-set-key [vertical-scrollbar drag-mouse-3] 'scrollbar-scroll-down) -(provide 'scrollbar) +(provide 'scroll-bar) ;;; scrollbar.el ends here |