]> git.eshelyaron.com Git - emacs.git/commit
Fix subtle problem with updating 'font_style_table'
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 Jan 2025 15:51:47 +0000 (17:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 17 Jan 2025 11:35:29 +0000 (12:35 +0100)
commite4eddc3aa7dd944a52bb31a5650f29a6cd096c0f
tree309848b66c606332d8b1377446dca3b9ec1e964a
parent3c400e49a7dd2995fdcb78e5ddb4ab50b2537c9d
Fix subtle problem with updating 'font_style_table'

* src/font.c (font_style_to_value): Update the Vfont_* variables
to keep them in sync with their slots in 'font_style_table'.
(Bug#75521)
(syms_of_font): Comment on usage of DEFVAR_LISP_NOPRO.

(cherry picked from commit 8d471adecef540d49807dad114f7a11fb3fe2a95)
src/font.c