Function: semantic-ia-insert-tag

semantic-ia-insert-tag is a byte-compiled function defined in ia.el.gz.

Signature

(semantic-ia-insert-tag TAG)

Documentation

Insert TAG into the current buffer based on completion.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ia.el.gz
;;; COMPLETION HELPER
;;
;; This overload function handles inserting a tag
;; into a buffer for these local completion routines.
;;
;; By creating the functions as overloadable, it can be
;; customized.  For example, the default will put a paren "("
;; character after function names.  For Lisp, it might check
;; to put a "(" in front of a function name.

(define-overloadable-function semantic-ia-insert-tag (tag)
  "Insert TAG into the current buffer based on completion.")