Variable: senator-tag-ring

senator-tag-ring is a variable defined in senator.el.gz.

Value

(0 0
   . [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
	  nil nil nil nil])

Documentation

Ring of tags for use with cut and paste.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/senator.el.gz
;;; Tag Cut & Paste

;; To copy a tag, means to put a tag definition into the tag
;; ring.  To kill a tag, put the tag into the tag ring AND put
;; the body of the tag into the kill-ring.
;;
;; To retrieve a killed tag's text, use C-y (yank), but to retrieve
;; the tag as a reference of some sort, use senator-yank-tag.

(defvar senator-tag-ring (make-ring 20)
  "Ring of tags for use with cut and paste.")