Function: artist-key-draw-1point
artist-key-draw-1point is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-key-draw-1point X Y)
Documentation
Draw current 1-point shape at X,Y.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-key-draw-1point (x y)
"Draw current 1-point shape at X,Y."
(let ((draw-fn (artist-go-get-draw-fn-from-symbol artist-curr-go)))
(setq artist-key-shape (artist-funcall draw-fn x y))))