]> git.eshelyaron.com Git - emacs.git/commit
Add more font-lock faces (Bug#58940)
authorRandy Taylor <dev@rjt.dev>
Sat, 29 Oct 2022 02:39:50 +0000 (22:39 -0400)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 Nov 2022 11:03:41 +0000 (13:03 +0200)
commite06953b02a0e7b26b33c511a22896d0db4e5d63d
tree19f62976d60e77ef66fa7168afc6e211b3b2fb4a
parent77cb95c851edc338c94cb35effdc8c9ffc64a461
Add more font-lock faces (Bug#58940)

* lisp/font-lock.el (font-lock-bracket-face, font-lock-delimiter-face,
font-lock-escape-face, font-lock-number-face,
font-lock-misc-punctuation-face, font-lock-operator-face,
font-lock-property-face, font-lock-punctuation-face): Define new
faces.
* lisp/cus-theme.el (custom-theme--listed-faces): Add them to the
list.
* doc/lispref/modes.texi (Faces for Font Lock): Document them.
* etc/NEWS: Mention them.
doc/lispref/modes.texi
etc/NEWS
lisp/cus-theme.el
lisp/font-lock.el