Function: semantic-obtain-foreign-tag

semantic-obtain-foreign-tag is a byte-compiled function defined in tag.el.gz.

Signature

(semantic-obtain-foreign-tag &optional TAG)

Documentation

Obtain a foreign tag from TAG.

TAG defaults to the tag at point in current buffer. Return the obtained foreign tag or nil if failed.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
;; High level obtain/insert foreign tag overloads
(define-overloadable-function semantic-obtain-foreign-tag (&optional tag)
  "Obtain a foreign tag from TAG.
TAG defaults to the tag at point in current buffer.
Return the obtained foreign tag or nil if failed."
  (semantic-foreign-tag tag))