* lisp/tab-bar.el (tab-bar-tab-name-current): Fix with buffer-name.

This commit is contained in:
Juri Linkov 2019-10-14 19:51:51 +03:00
parent 668137acfb
commit 83010ae0fe

View file

@ -271,7 +271,7 @@ from all windows in the window configuration."
(defun tab-bar-tab-name-current ()
"Generate tab name from the buffer of the selected window."
(window-buffer (minibuffer-selected-window)))
(buffer-name (window-buffer (minibuffer-selected-window))))
(defun tab-bar-tab-name-current-with-count ()
"Generate tab name from the buffer of the selected window.