Function: tab-bar-make-keymap

tab-bar-make-keymap is a byte-compiled function defined in tab-bar.el.gz.

Signature

(tab-bar-make-keymap &optional IGNORE)

Documentation

Generate an actual keymap from tab-bar-map.

Its main job is to show tabs in the tab bar and to bind mouse events to the commands.

Source Code

;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defun tab-bar-make-keymap (&optional _ignore)
  "Generate an actual keymap from `tab-bar-map'.
Its main job is to show tabs in the tab bar
and to bind mouse events to the commands."
  (tab-bar-make-keymap-1))