]> git.eshelyaron.com Git - emacs.git/commitdiff
(sun-curs): Provide `sun-curs', not `sm-cursors'.
authorKarl Heuer <kwzh@gnu.org>
Tue, 10 Aug 1999 17:14:22 +0000 (17:14 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 10 Aug 1999 17:14:22 +0000 (17:14 +0000)
lisp/sun-curs.el

index b95ecde7e17a2aa4b3a12d0e3648a3ac8fb51c07..329b37fe4b45f2875eb7401185712ac82f10b94d 100644 (file)
@@ -214,6 +214,6 @@ Otherwise, ICON should be a vector or the name of a vector of [x y 32-chars]"
     (setq char (1+ (lsh char 1))))
   (if (not (eolp))(forward-char)))
 
-(provide 'sm-cursors)
+(provide 'sun-curs)
 
 ;;; sun-curs.el ends here