* lisp/tab-bar.el (tab-bar-tab-name-current): Fix with buffer-name.
This commit is contained in:
parent
668137acfb
commit
83010ae0fe
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue