Variable: tags-location-ring

tags-location-ring is a variable defined in etags.el.gz.

Value

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

Documentation

Ring of markers which are locations visited by M-x find-tag (find-tag).

Pop back to the last location with M-- (negative-argument) M-x find-tag (find-tag).

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defvar tags-location-ring (make-ring tags-location-ring-length)
  "Ring of markers which are locations visited by \\[find-tag].
Pop back to the last location with \\[negative-argument] \\[find-tag].")