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 | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/term/bg-mouse.el | |
parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/term/bg-mouse.el')
-rw-r--r-- | lisp/term/bg-mouse.el | 4 |
1 files changed, 2 insertions, 2 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) + |