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 | 7d155d9ffb35a3fb597c282b3fd1f6eb45c1beb6 (patch) | |
tree | 19f7c42ca69b9b5fc787404aac53d865dc864217 /lisp/scroll-bar.el | |
parent | fdd098092de7b5b7787461b6c3ea44009412791c (diff) | |
download | emacs-7d155d9ffb35a3fb597c282b3fd1f6eb45c1beb6.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'.
Diffstat (limited to 'lisp/scroll-bar.el')
-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 |