aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-03-16 20:39:07 +0000
committerJim Blandy <[email protected]>1992-03-16 20:39:07 +0000
commit49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch)
tree60c249f15b04478367256fef95c6fd7557f263b9 /lisp/mouse.el
parent3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 2fa8cecf9e..41940cb622 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -17,8 +17,6 @@
;;; along with GNU Emacs; see the file COPYING. If not, write to
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-(provide 'mouse)
-
;;; Utility functions.
@@ -454,3 +452,6 @@ This does not delete the region; it acts like \\[kill-ring-save]."
(global-set-key [mouse-1] 'mouse-set-point)
(global-set-key [S-mouse-1] 'mouse-set-mark)
(global-set-key [mouse-3] 'mouse-delete-other-windows)
+
+(provide 'mouse)
+