From: Kenichi Handa Date: Sat, 5 Apr 1997 02:35:53 +0000 (+0000) Subject: Require 'term/sun-mouse instead of 'sun-mouse. X-Git-Tag: emacs-20.1~2647 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfb63c58e98c1a55c83b86c338801dca272c1b4c;p=emacs.git Require 'term/sun-mouse instead of 'sun-mouse. --- diff --git a/lisp/sun-fns.el b/lisp/sun-fns.el index 0dce106b845..40b36b95686 100644 --- a/lisp/sun-fns.el +++ b/lisp/sun-fns.el @@ -56,7 +56,7 @@ ;;; Code: -(require 'sun-mouse) +(require 'term/sun-mouse) (defconst cursor-pause-milliseconds 300 "*Number of milliseconds to display alternate cursor (usually the mark)")