Function: artist-update-pointer-shape

artist-update-pointer-shape is a byte-compiled function defined in artist.el.gz.

Signature

(artist-update-pointer-shape)

Documentation

Perform the update of the X Windows pointer shape.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
;; Drawing lines by using mouse
;; Mouse button actions
;;

(defun artist-update-pointer-shape ()
  "Perform the update of the X Windows pointer shape."
  (set-mouse-color nil))