Function: tags-table-mode
tags-table-mode is an autoloaded, interactive and byte-compiled
function defined in etags.el.gz.
Signature
(tags-table-mode)
Documentation
Major mode for tags table file buffers.
In addition to any hooks its parent mode special-mode might have run,
this mode runs the hook tags-table-mode-hook, as the final or
penultimate step during initialization.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
;;;###autoload
(define-derived-mode tags-table-mode special-mode "Tags Table"
"Major mode for tags table file buffers."
(setq buffer-undo-list t)
(initialize-new-tags-table))