aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/sun-curs.el3
1 files changed, 2 insertions, 1 deletions
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 @@
33 33
34(require 'cl) 34(require 'cl)
35 35
36(defvar sc::cursors nil "List of known cursors") 36(eval-and-compile
37 (defvar sc::cursors nil "List of known cursors"))
37 38
38(defmacro defcursor (name x y string) 39(defmacro defcursor (name x y string)
39 (if (not (memq name sc::cursors)) 40 (if (not (memq name sc::cursors))