]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/alloc.c (process_mark_stack): Fix commentary.
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Apr 2024 08:15:18 +0000 (11:15 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Apr 2024 17:09:48 +0000 (19:09 +0200)
(cherry picked from commit 02e795738b8877f6cf07f5ad2105449d7eb41000)

src/alloc.c

index 2ffd24154476b265e9eb2859c2412b20afa6233e..6779d0ca9cec5de9f71dac4058e34bdae4af94c4 100644 (file)
@@ -7421,7 +7421,9 @@ process_mark_stack (ptrdiff_t base_sp)
                /* If the value is forwarded to a buffer or keyboard field,
                   these are marked when we see the corresponding object.
                   And if it's forwarded to a C variable, either it's not
-                  a Lisp_Object var, or it's staticpro'd already.  */
+                  a Lisp_Object var, or it's staticpro'd already, or it's
+                  reachable from font_style_table which is also
+                  staticpro'd.  */
                break;
              default: emacs_abort ();
              }