Function: artist-select-op-paste

artist-select-op-paste is an interactive and byte-compiled function defined in artist.el.gz.

Signature

(artist-select-op-paste)

Documentation

Select pasting.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-select-op-paste ()
  "Select pasting."
  (interactive)
  (artist-select-operation "paste"))