Variable: tags-table-list-pointer

tags-table-list-pointer is a variable defined in etags.el.gz.

Value

nil

Documentation

Pointer into tags-table-computed-list for the current state of searching.

Use visit-tags-table-buffer to cycle through tags tables in this list.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defvar tags-table-list-pointer nil
  "Pointer into `tags-table-computed-list' for the current state of searching.
Use `visit-tags-table-buffer' to cycle through tags tables in this list.")