Function: semantic-tag-variable-default

semantic-tag-variable-default is a byte-compiled function defined in tag.el.gz.

Signature

(semantic-tag-variable-default TAG)

Documentation

Return the default value of the variable that TAG describes.

That is the value of the attribute :default-value.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
;;; Tags of class `variable'
;;
(defsubst semantic-tag-variable-default (tag)
  "Return the default value of the variable that TAG describes.
That is the value of the attribute `:default-value'."
  (semantic-tag-get-attribute tag :default-value))