aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/artist.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-06-12 03:56:20 +0000
committerGlenn Morris <[email protected]>2008-06-12 03:56:20 +0000
commitaa360da10dc1130e40bb82225ee8988a2465f38a (patch)
tree24fea572da73c841761a9d8d8d59645bfa61d926 /lisp/textmodes/artist.el
parent1ad31f1bbae0aa9de6ff997803dcb4466b24e47d (diff)
Add some compiler declarations, for builds without X.
Diffstat (limited to 'lisp/textmodes/artist.el')
-rw-r--r--lisp/textmodes/artist.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index 380b19153b..b8654af2d2 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -4733,6 +4733,8 @@ If optional argument STATE is positive, turn borders on."
"Perform the update of the X Windows pointer shape."
(set-mouse-color nil))
+(defvar x-pointer-shape)
+
(defun artist-set-pointer-shape (new-pointer-shape)
"Set the shape of the X Windows pointer to NEW-POINTER-SHAPE."
(setq x-pointer-shape new-pointer-shape)