diff options
Diffstat (limited to 'lisp/textmodes/artist.el')
-rw-r--r-- | lisp/textmodes/artist.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index 380b19153b2..b8654af2d25 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) |