comparison lisp/sun-curs.el @ 28301:88b4e08f3ac1

Require CL at compile-time only.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 24 Mar 2000 20:46:12 +0000
parents 2903a7401519
children 853c3674f20a
comparison
equal deleted inserted replaced
28300:4a7a0fc36977 28301:88b4e08f3ac1
29 ;;; Added some more cursors and moved the hot spots 29 ;;; Added some more cursors and moved the hot spots
30 ;;; Cursor defined by 16 pairs of 16-bit numbers 30 ;;; Cursor defined by 16 pairs of 16-bit numbers
31 ;;; 31 ;;;
32 ;;; 9-dec-86 Jeff Peck, Sun Microsystems Inc. <peck@sun.com> 32 ;;; 9-dec-86 Jeff Peck, Sun Microsystems Inc. <peck@sun.com>
33 33
34 (require 'cl) 34 (eval-when-compile (require 'cl))
35 (require 'sun-fns) 35 (require 'sun-fns)
36 36
37 (eval-and-compile 37 (eval-and-compile
38 (defvar sc::cursors nil "List of known cursors")) 38 (defvar sc::cursors nil "List of known cursors"))
39 39