diff options
author | Kenichi Handa <handa@m17n.org> | 1997-04-05 02:46:24 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-04-05 02:46:24 +0000 |
commit | 178663df99621384bae489a9130bb36af04c1aba (patch) | |
tree | fdebf28b7be10f2bf3555b397c47dfd25bd11d1e /lisp/term/sun-mouse.el | |
parent | 8dfef5034a3cbad1a74fcd80b2fb6e3a877933bb (diff) | |
download | emacs-178663df99621384bae489a9130bb36af04c1aba.tar.gz |
Provide 'term/sun-mouse instead of 'sun-mouse.
Diffstat (limited to 'lisp/term/sun-mouse.el')
-rw-r--r-- | lisp/term/sun-mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el index 7287b59c191..113d98cc176 100644 --- a/lisp/term/sun-mouse.el +++ b/lisp/term/sun-mouse.el @@ -676,6 +676,6 @@ just close the window, and wait for reopening." (setq-default current-local-mousemap nil) (defvar current-global-mousemap (make-mousemap)) -(provide 'sun-mouse) +(provide 'term/sun-mouse) ;;; sun-mouse.el ends here |