diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-08-10 17:14:22 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-08-10 17:14:22 +0000 |
commit | fb1bb5b15fdad590b2171b567bb55680512b442e (patch) | |
tree | de9d0d70d2d7299dd13486238cc185016859729a /lisp/sun-curs.el | |
parent | 1ffa42860125cb230b9874da142181ff041dfb35 (diff) | |
download | emacs-fb1bb5b15fdad590b2171b567bb55680512b442e.tar.gz |
(sun-curs): Provide `sun-curs', not `sm-cursors'.
Diffstat (limited to 'lisp/sun-curs.el')
-rw-r--r-- | lisp/sun-curs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/sun-curs.el b/lisp/sun-curs.el index b95ecde7e17..329b37fe4b4 100644 --- a/lisp/sun-curs.el +++ b/lisp/sun-curs.el @@ -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 |