summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/bg-mouse.el4
-rw-r--r--lisp/term/sun-mouse.el5
2 files changed, 5 insertions, 4 deletions
diff --git a/lisp/term/bg-mouse.el b/lisp/term/bg-mouse.el
index 9b83f5f6c2a..8e3a546709a 100644
--- a/lisp/term/bg-mouse.el
+++ b/lisp/term/bg-mouse.el
@@ -22,8 +22,6 @@
;;; Original version by John Robinson (jr@bbn-unix.arpa, bbncca!jr), Oct 1985
;;; Modularized and enhanced by gildea@bbn.com Nov 1987
-(provide 'bg-mouse)
-
;;; User customization option:
(defvar bg-mouse-fast-select-window nil
@@ -302,3 +300,5 @@ X and Y are 0-based character positions on the screen."
(bind-bg-mouse-click (+ bg-in-minibuf bg-button-m) 'suspend-emacs)
(bind-bg-mouse-click (+ bg-in-minibuf bg-button-r) 'eval-expression)
+(provide 'bg-mouse)
+
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el
index bed2b416c1f..3df2da43b61 100644
--- a/lisp/term/sun-mouse.el
+++ b/lisp/term/sun-mouse.el
@@ -20,8 +20,6 @@
;;; Jeff Peck, Sun Microsystems, Jan 1987.
;;; Original idea by Stan Jefferson
-(provide 'sun-mouse)
-
;;;
;;; Modelled after the GNUEMACS keymap interface.
;;;
@@ -666,3 +664,6 @@ just close the window, and wait for reopening."
(make-variable-buffer-local 'current-local-mousemap)
(setq-default current-local-mousemap nil)
(defvar current-global-mousemap (make-mousemap))
+
+(provide 'sun-mouse)
+