]> code.delx.au - gnu-emacs/blobdiff - lisp/sun-curs.el
(menu-bar-help-menu): Add menu item for non-English
[gnu-emacs] / lisp / sun-curs.el
index 0a31d4d3a2e6ac6047900c53959698fc76def769..934114232cdfb2e08f151e300c7dfbfa50e324b5 100644 (file)
 ;;;
 ;;; 9-dec-86 Jeff Peck, Sun Microsystems Inc. <peck@sun.com>
 
-(require 'cl)
+(eval-when-compile (require 'cl))
+(require 'sun-fns)
 
-(defvar sc::cursors nil "List of known cursors")
+(eval-and-compile
+  (defvar sc::cursors nil "List of known cursors"))
 
 (defmacro defcursor (name x y string)
   (if (not (memq name sc::cursors)) 
@@ -213,6 +215,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