mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/tab-line.el: Fix tab-line-buffers in window-persistent-parameters.
Replace '(tab-line-buffers . writable)' with '(tab-line-buffers . t)' in 'window-persistent-parameters' (bug#69993).
This commit is contained in:
parent
598505c4fa
commit
32ed3d2679
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ And newly displayed buffers are added to the end of the tab line."
|
|||
(set-window-parameter nil 'tab-line-buffers new-buffers)
|
||||
new-buffers))
|
||||
|
||||
(add-to-list 'window-persistent-parameters '(tab-line-buffers . writable))
|
||||
(add-to-list 'window-persistent-parameters '(tab-line-buffers . t))
|
||||
|
||||
|
||||
(defcustom tab-line-tab-name-format-function #'tab-line-tab-name-format-default
|
||||
|
|
|
|||
Loading…
Reference in a new issue