Function: srecode-semantic-tag-from-kill-ring
srecode-semantic-tag-from-kill-ring is a byte-compiled function
defined in semantic.el.gz.
Signature
(srecode-semantic-tag-from-kill-ring)
Documentation
Create an srecode-semantic-tag(var)/srecode-semantic-tag(fun) from the senator kill ring.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/semantic.el.gz
(defun srecode-semantic-tag-from-kill-ring ()
"Create an `srecode-semantic-tag' from the senator kill ring."
(if (ring-empty-p senator-tag-ring)
(error "You must use `senator-copy-tag' to provide a tag to this template"))
(ring-ref senator-tag-ring 0))