]> git.eshelyaron.com Git - emacs.git/commit
Move tab-bar and tab-line faces to faces.el (part of bug#41200)
authorJuri Linkov <juri@linkov.net>
Mon, 8 Jun 2020 00:21:42 +0000 (03:21 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 8 Jun 2020 00:21:42 +0000 (03:21 +0300)
commit6eb18a950db88515fa5103e1c7d9cd76980e5f91
treeab41ae10834fc04711da413b573abfa8902f60fb
parent35661ef943d261f6c43e93e475ddd8516f4a4b62
Move tab-bar and tab-line faces to faces.el (part of bug#41200)

These are basic faces, so they need to be defined in
faces.el, otherwise (get 'tab-line 'face) returns 0.

* lisp/faces.el (tab-bar, tab-line): Move faces here
from tab-bar.el and tab-line.el.

* lisp/tab-bar.el (tab-bar): Move face to faces.el.
(tab-bar-faces): Add '((tab-bar custom-face))
to the second arg MEMBERS of 'defgroup'.

* lisp/tab-line.el (tab-line): Move face to faces.el.
(tab-line-faces): Add '((tab-line custom-face))
to the second arg MEMBERS of 'defgroup'.
lisp/faces.el
lisp/tab-bar.el
lisp/tab-line.el