]> git.eshelyaron.com Git - emacs.git/commit
Allow to remap 'header-line' face
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Jan 2025 10:40:39 +0000 (12:40 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 5 Jan 2025 12:18:51 +0000 (13:18 +0100)
commit427d8e5c26ab12383a8edcd5e25e06c3dd0e3c27
treec0f13ff38a957b3c2f310bcadd6e36297fc02ab1
parent7dbddc5356edf0bff6b2158ae90cf90d404ddef2
Allow to remap 'header-line' face

* src/xfaces.c (realize_basic_faces): Bind 'face-remapping-alist'
to nil while realizing basic faces.
(lookup_basic_face): Force realizing a face whose 'inherit'
attribute is non-nil.  (Bug#73862)

(cherry picked from commit dc41ddb4d6bd7dc45cb9c37bc89c8c08f256baec)
src/xfaces.c