Variable: tags-location-ring-length
tags-location-ring-length is a variable defined in etags.el.gz.
Value
16
Documentation
Size of the find-tag marker ring.
This variable has no effect, and is kept only for backward compatibility. The actual size of the find-tag marker ring is unlimited.
Aliases
find-tag-marker-ring-length (obsolete since 25.1)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defvar tags-location-ring-length 16
"Size of the find-tag marker ring.
This variable has no effect, and is kept only for backward compatibility.
The actual size of the find-tag marker ring is unlimited.")