Function: semantic-ia-insert-tag-srecode-template-mode
semantic-ia-insert-tag-srecode-template-mode is a byte-compiled
function defined in srt-mode.el.gz.
Signature
(semantic-ia-insert-tag-srecode-template-mode TAG)
Documentation
Insert the SRecode TAG into the current buffer.
Override semantic-ia-insert-tag in srecode-template-mode buffers.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/srt-mode.el.gz
;;; Misc Language Overrides
;;
(define-mode-local-override semantic-ia-insert-tag
srecode-template-mode (tag)
"Insert the SRecode TAG into the current buffer."
(insert (semantic-tag-name tag)))