1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-10 15:25:04 -07:00
emacs/lisp/nxml
Jonas Bernoulli 800a272b62
Fix defining a few faces as empty
e72afa9dbf replaced nil, which is invalid as a face definition,
with ((t (:inherit default))), but that does not actually result in
an "empty" face, which doesn't set any attributes.  Instead it doubles
down on all attributes set for the default face.  Replace that with
((t)), which accomplishes what appears to have been the intention.

* lisp/net/shr.el (shr-h4, shr-h5, shr-h6):
* lisp/nxml/nxml-mode.el (nxml-text):
* lisp/progmodes/make-mode.el (makefile-shell): Use empty face
definition ((t)), instead of ((t (:inherit default))).
2026-04-27 21:35:44 +02:00
..
nxml-enc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
nxml-maint.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
nxml-mode.el Fix defining a few faces as empty 2026-04-27 21:35:44 +02:00
nxml-ns.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
nxml-outln.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
nxml-parse.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
nxml-rap.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
nxml-util.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-cmpct.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-dt.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-loc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-maint.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-match.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-nxml.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-parse.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-pttrn.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-uri.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-util.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-valid.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rng-xsd.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
xmltok.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
xsd-regexp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00