Function: artist-do-nothing

artist-do-nothing is an interactive and byte-compiled function defined in artist.el.gz.

Signature

(artist-do-nothing)

Documentation

Function that does nothing.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-do-nothing ()
  "Function that does nothing."
  (interactive))