]> git.eshelyaron.com Git - emacs.git/commitdiff
(sc::cursors): Add an eval-and-compile.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Jun 1997 09:29:06 +0000 (09:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Jun 1997 09:29:06 +0000 (09:29 +0000)
lisp/sun-curs.el

index 0a31d4d3a2e6ac6047900c53959698fc76def769..b95ecde7e17a2aa4b3a12d0e3648a3ac8fb51c07 100644 (file)
@@ -33,7 +33,8 @@
 
 (require 'cl)
 
-(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))