emacs-diffs
[Top][All Lists]
Advanced

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

scratch/igc 212e40d4022 06/10: Staticpro space_glyph.object only if HAVE


From: Gerd Moellmann
Subject: scratch/igc 212e40d4022 06/10: Staticpro space_glyph.object only if HAVE_MPS
Date: Tue, 30 Apr 2024 15:03:50 -0400 (EDT)

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

    Staticpro space_glyph.object only if HAVE_MPS
    
    * src/dispnew.c (syms_of_display):
---
 src/dispnew.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/dispnew.c b/src/dispnew.c
index 9f71e9ec761..7bb78c3b214 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6841,8 +6841,10 @@ syms_of_display (void)
   defsubr (&Sdump_redisplay_history);
 #endif
 
+#ifdef HAVE_MPS
   space_glyph.object = Qnil;
   staticpro (&space_glyph.object);
+#endif
   frame_and_buffer_state = make_vector (20, Qlambda);
   staticpro (&frame_and_buffer_state);
 



reply via email to

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