diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-08-10 17:08:41 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-08-10 17:08:41 +0000 |
commit | 2af602a19dca753088c7d630dc877e1f2b3dbfc4 (patch) | |
tree | 14fc014c237eb8e3573f2b8a4484d1b6bbf6c70d /lisp/term | |
parent | 9743b26d9426e72b0b3a0f40386f8df529b07ce8 (diff) | |
download | emacs-2af602a19dca753088c7d630dc877e1f2b3dbfc4.tar.gz |
(sun-mouse): Provide `sun-mouse', not `term/sun-mouse'.
Diffstat (limited to 'lisp/term')
-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 113d98cc176..7287b59c191 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 'term/sun-mouse) +(provide 'sun-mouse) ;;; sun-mouse.el ends here |