diff lisp/textmodes/artist.el @ 95841:b4e36ff621b3

Add some compiler declarations, for builds without X.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Jun 2008 03:56:20 +0000
parents f4a69fedbd46
children 2b0a264c4e18
line wrap: on
line diff
--- a/lisp/textmodes/artist.el	Thu Jun 12 03:54:06 2008 +0000
+++ b/lisp/textmodes/artist.el	Thu Jun 12 03:56:20 2008 +0000
@@ -4733,6 +4733,8 @@
   "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)