Variable: tab-line-tabs-buffer-group-function

tab-line-tabs-buffer-group-function is a variable defined in tab-line.el.gz.

Value

nil

Documentation

Function to add a buffer to the appropriate group of tabs.

Takes a buffer as arg and should return a group name as a string. If the return value is nil, the buffer should be filtered out.

Source Code

;; Defined in /usr/src/emacs/lisp/tab-line.el.gz
(defvar tab-line-tabs-buffer-group-function nil
  "Function to add a buffer to the appropriate group of tabs.
Takes a buffer as arg and should return a group name as a string.
If the return value is nil, the buffer should be filtered out.")