Function: tags-included-tables

tags-included-tables is a byte-compiled function defined in etags.el.gz.

Signature

(tags-included-tables)

Documentation

Return a list of tags tables included by the current table.

Assumes the tags table is the current buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defun tags-included-tables ()
  "Return a list of tags tables included by the current table.
Assumes the tags table is the current buffer."
  (or tags-included-tables
      (setq tags-included-tables (funcall tags-included-tables-function))))