Function: artist-key-undraw-continously

artist-key-undraw-continously is a byte-compiled function defined in artist.el.gz.

Signature

(artist-key-undraw-continously X Y)

Documentation

Undraw current continuous shape with point at X, Y.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
;;
;; Common routine for drawing/undrawing shapes based
;; on the draw-how
;;

(defun artist-key-undraw-continously (_x _y)
  "Undraw current continuous shape with point at X, Y."
  ;; No undraw-info for continuous shapes
  nil)