emacs-diffs
[Top][All Lists]
Advanced

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

scratch/igc 4bf8e44fac2 09/10: Staticpro old_selected_frame


From: Gerd Moellmann
Subject: scratch/igc 4bf8e44fac2 09/10: Staticpro old_selected_frame
Date: Tue, 30 Apr 2024 15:03:53 -0400 (EDT)

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

    Staticpro old_selected_frame
    
    * src/frame.c (syms_of_frame):
---
 src/frame.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/frame.c b/src/frame.c
index 42fb8eccb46..a2e78d27c75 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -6266,6 +6266,11 @@ init_frame_once_for_pdumper (void)
 void
 syms_of_frame (void)
 {
+#ifdef HAVE_MPS
+  old_selected_frame = Qnil;
+  staticpro (&old_selected_frame);
+#endif
+
   DEFSYM (Qframep, "framep");
   DEFSYM (Qframe_live_p, "frame-live-p");
   DEFSYM (Qframe_windows_min_size, "frame-windows-min-size");



reply via email to

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