From 152c1d7ca3e167f63bacc3a72f61d00c25b2b267 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 Jun 1997 09:29:06 +0000 Subject: [PATCH] (sc::cursors): Add an eval-and-compile. --- lisp/sun-curs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.39.5