Function: bovine-grammar-TAG

bovine-grammar-TAG is a byte-compiled function defined in grammar.el.gz.

Signature

(bovine-grammar-TAG NAME CLASS &rest ATTRIBUTES)

Documentation

Expand call to TAG grammar macro.

Return the form to create a generic semantic tag. See the function semantic-tag for the meaning of arguments NAME, CLASS and ATTRIBUTES.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/grammar.el.gz
(defun bovine-grammar-TAG (name class &rest attributes)
  "Expand call to TAG grammar macro.
Return the form to create a generic semantic tag.
See the function `semantic-tag' for the meaning of arguments NAME,
CLASS and ATTRIBUTES."
  `(semantic-tag ,name ,class ,@attributes))