Variable: tab-bar-tab-post-select-functions

tab-bar-tab-post-select-functions is a customizable variable defined in tab-bar.el.gz.

Value

nil

Documentation

List of functions to call after selecting a tab.

Two arguments are supplied: the previous tab that was selected before, and the newly selected tab.

This variable was added, or its default value changed, in Emacs 30.1.

Probably introduced at or before Emacs version 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defcustom tab-bar-tab-post-select-functions nil
  "List of functions to call after selecting a tab.
Two arguments are supplied: the previous tab that was selected before,
and the newly selected tab."
  :type '(repeat function)
  :group 'tab-bar
  :version "30.1")