Function: bovine-grammar-INCLUDE-TAG

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

Signature

(bovine-grammar-INCLUDE-TAG NAME SYSTEM-FLAG &rest ATTRIBUTES)

Documentation

Expand call to INCLUDE-TAG grammar macro.

Return the form to create a semantic tag of class include. See the function semantic-tag-new-include for the meaning of arguments NAME, SYSTEM-FLAG and ATTRIBUTES.

Source Code

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