diff options
author | Dave Love <fx@gnu.org> | 1999-08-17 14:03:58 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-08-17 14:03:58 +0000 |
commit | 1c003668a4cdf33c07a51775b69925682bd1e307 (patch) | |
tree | fcb31ba3d841b2649045d03412a73fceb0104041 /lisp/term | |
parent | 6fb13182e0ded0ed4aeb469ba04ba265ca6d722e (diff) | |
download | emacs-1c003668a4cdf33c07a51775b69925682bd1e307.tar.gz |
Provide term/sun-mouse.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/sun-mouse.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el index 7287b59c191..c5b70b24853 100644 --- a/lisp/term/sun-mouse.el +++ b/lisp/term/sun-mouse.el @@ -677,5 +677,6 @@ just close the window, and wait for reopening." (defvar current-global-mousemap (make-mousemap)) (provide 'sun-mouse) +(provide 'term/sun-mouse) ; have to (require 'term/sun-mouse) ;;; sun-mouse.el ends here |