emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/igc 973dcb995f9 07/10: Staticpro cached_system_name


From: Gerd Moellmann
Subject: scratch/igc 973dcb995f9 07/10: Staticpro cached_system_name
Date: Tue, 30 Apr 2024 15:03:51 -0400 (EDT)

branch: scratch/igc
commit 973dcb995f96c8a201a1a16782c1466eb1b66f2d
Author: Helmut Eller <eller.helmut@gmail.com>
Commit: Gerd Möllmann <gerd@gnu.org>

    Staticpro cached_system_name
    
    * src/editfns.s (syms_of_editfns): Also initialize labeled_restrictions.
---
 src/editfns.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/editfns.c b/src/editfns.c
index cd4507aedcc..3e0e5856185 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4778,6 +4778,9 @@ syms_of_editfns (void)
   DEFSYM (Qwall, "wall");
   DEFSYM (Qpropertize, "propertize");
 
+  cached_system_name = Qnil;
+  staticpro (&cached_system_name);
+  labeled_restrictions = Qnil;
   staticpro (&labeled_restrictions);
 
   DEFVAR_LISP ("inhibit-field-text-motion", Vinhibit_field_text_motion,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]