From f5a11369ea1480d0b99fd538c759b53c88fd6acc Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 3 Jul 2022 13:22:42 +0300 Subject: [PATCH] ; * src/xfaces.c (Finternal_set_lisp_face_attribute): Fix last change. --- src/xfaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfaces.c b/src/xfaces.c index 57c888ad9c7..6142fe1ab17 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -3536,7 +3536,7 @@ FRAME 0 means change the face on all frames, and change the default #ifdef HAVE_WINDOW_SYSTEM if (EQ (frame, Qt) || FRAME_WINDOW_P (f)) { - Lisp_Object tmp; + Lisp_Object tmp = value; old_value = LFACE_FONTSET (lface); if (!RESET_P (value)) -- 2.39.2