Variable: srecode-semantic-selected-tag

srecode-semantic-selected-tag is a variable defined in semantic.el.gz.

Value

nil

Documentation

The tag selected by a :tag template argument.

If this is nil, then senator-tag-ring is used.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/semantic.el.gz
;;; Managing the `current' tag
;;

(defvar srecode-semantic-selected-tag nil
  "The tag selected by a :tag template argument.
If this is nil, then `senator-tag-ring' is used.")