Function: artist-mt-get-tag

artist-mt-get-tag is a byte-compiled function defined in artist.el.gz.

Signature

(artist-mt-get-tag ELEMENT)

Documentation

Retrieve the tag component from the master table ELEMENT.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
;;
;; Accessors for the master table
;;

(defun artist-mt-get-tag (element)
  "Retrieve the tag component from the master table ELEMENT."
  (elt element 0))