summaryrefslogtreecommitdiff
path: root/lisp/sun-curs.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/sun-curs.el')
-rw-r--r--lisp/sun-curs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/sun-curs.el b/lisp/sun-curs.el
index f290e1b3a76..ec5ffc8442c 100644
--- a/lisp/sun-curs.el
+++ b/lisp/sun-curs.el
@@ -23,8 +23,6 @@
;;;
;;; 9-dec-86 Jeff Peck, Sun Microsystems Inc. <peck@sun.com>
-(provide 'sm-cursors)
-
(defvar sc::cursors nil "List of known cursors")
(defmacro defcursor (name x y string)
@@ -205,3 +203,5 @@ 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)
+