Function: nnir-artitem-group

nnir-artitem-group is a macro defined in nnir.el.gz.

Signature

(nnir-artitem-group ARTITEM)

Documentation

Return the group from the ARTITEM.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/nnir.el.gz
;;; Helper macros

(defmacro nnir-artitem-group (artitem)
  "Return the group from the ARTITEM."
  `(elt ,artitem 0))