Function: tab-bar-make-keymap-1
tab-bar-make-keymap-1 is a byte-compiled function defined in
tab-bar.el.gz.
Signature
(tab-bar-make-keymap-1)
Documentation
Generate an actual keymap from tab-bar-map, without caching.
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defun tab-bar-make-keymap-1 ()
"Generate an actual keymap from `tab-bar-map', without caching."
(let ((items (tab-bar-format-list tab-bar-format)))
(when tab-bar-auto-width
(setq items (tab-bar-auto-width items)))
(append tab-bar-map items)))