diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | e8151d91bd02af2b60974c2a439450c81bd24974 (patch) | |
tree | 52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/term | |
parent | 18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff) | |
download | emacs-e8151d91bd02af2b60974c2a439450c81bd24974.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/bg-mouse.el | 4 | ||||
-rw-r--r-- | lisp/term/sun-mouse.el | 5 |
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) + |