# HG changeset patch # User Richard M. Stallman # Date 865157346 0 # Node ID be8a62ae8d218a209a077d699ac481456e6bdf64 # Parent 05c70aa625522967dbf7529f05c5c34625cba9fe (sc::cursors): Add an eval-and-compile. diff -r 05c70aa62552 -r be8a62ae8d21 lisp/sun-curs.el --- a/lisp/sun-curs.el Sun Jun 01 08:04:57 1997 +0000 +++ b/lisp/sun-curs.el Sun Jun 01 09:29:06 1997 +0000 @@ -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))