Variable: tags-table-set-list

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

Value

nil

Documentation

List of sets of tags table which have been used together in the past.

Each element is a list of strings which are file names.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defvar tags-table-set-list nil
  "List of sets of tags table which have been used together in the past.
Each element is a list of strings which are file names.")