From: Richard M. Stallman Date: Sun, 1 Jun 1997 09:29:06 +0000 (+0000) Subject: (sc::cursors): Add an eval-and-compile. X-Git-Tag: emacs-20.1~1858 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=152c1d7ca3e167f63bacc3a72f61d00c25b2b267;p=emacs.git (sc::cursors): Add an eval-and-compile. --- diff --git a/lisp/sun-curs.el b/lisp/sun-curs.el index 0a31d4d3a2e..b95ecde7e17 100644 --- a/lisp/sun-curs.el +++ b/lisp/sun-curs.el @@ -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))