1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

(sun-mouse): Provide sun-mouse', not term/sun-mouse'.

This commit is contained in:
Karl Heuer 1999-08-10 17:08:41 +00:00
parent 9743b26d94
commit 2af602a19d

View File

@ -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