Make log-edit-headers-separator same as separator-line (Emacs bug#81753)

This is the same topic as with commit 2bae09f. Thanks again to Dmitry
Gutov for the suggestion: <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=81753>.
This commit is contained in:
Protesilaos 2026-08-31 19:13:17 +03:00
parent 2bae09feeb
commit 24e4b4b9e4
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -4852,7 +4852,12 @@ If COLOR is unspecified, then return :box unspecified."
`(change-log-list ((,c :inherit modus-themes-bold))) `(change-log-list ((,c :inherit modus-themes-bold)))
`(change-log-name ((,c :foreground ,name))) `(change-log-name ((,c :foreground ,name)))
`(log-edit-header ((,c :inherit modus-themes-bold))) `(log-edit-header ((,c :inherit modus-themes-bold)))
`(log-edit-headers-separator ((,c :height 1 :background ,border :extend t))) `(log-edit-headers-separator
((default :extend t)
(((type tty))
:foreground ,border :strike-through t)
(t
:height 1 :background ,border :foreground ,border)))
`(log-edit-summary ((,c :inherit modus-themes-bold :foreground ,info))) `(log-edit-summary ((,c :inherit modus-themes-bold :foreground ,info)))
`(log-edit-unknown-header ((,c :foreground ,fg-dim))) `(log-edit-unknown-header ((,c :foreground ,fg-dim)))
`(log-view-commit-body (( ))) `(log-view-commit-body (( )))