]> git.eshelyaron.com Git - emacs.git/commit
Fix validation of :box face attribute
authorEli Zaretskii <eliz@gnu.org>
Thu, 30 Nov 2023 15:17:02 +0000 (17:17 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 30 Nov 2023 15:17:02 +0000 (17:17 +0200)
commitdcd755dabcf9ef95d6d0534c11c668f44c6f89c2
tree36987d1f5437ed6eae0939d83dfc930289593430
parenta91185211924f65adf7c1376b7f2d710099a5903
Fix validation of :box face attribute

* src/xfaces.c (Finternal_set_lisp_face_attribute): Fix the logic
of validating the :box attribute.  The previous code would always
allow invalid attributes of :box as long as the invalid attribute
was the last in the list.  (Bug#67404)
src/xfaces.c