Variable: tab-bar-post-undo-close-tab-functions

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

Value

nil

Documentation

List of functions to call after a closed tab is restored.

Each function is called with one argument: the tab that has been restored.

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

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defcustom tab-bar-post-undo-close-tab-functions nil
  "List of functions to call after a closed tab is restored.
Each function is called with one argument: the tab that has been restored."
  :type '(repeat function)
  :group 'tab-bar
  :version "31.1")