Function: select-tags-table-quit

select-tags-table-quit is an interactive and byte-compiled function defined in etags.el.gz.

Signature

(select-tags-table-quit)

Documentation

Kill the buffer and delete the selected window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defun select-tags-table-quit ()
  "Kill the buffer and delete the selected window."
  (interactive)
  (quit-window t (selected-window)))