From: Eli Zaretskii Date: Sun, 3 Jul 2022 10:22:42 +0000 (+0300) Subject: ; * src/xfaces.c (Finternal_set_lisp_face_attribute): Fix last change. X-Git-Tag: emacs-29.0.90~1447^2~1246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5a11369ea1480d0b99fd538c759b53c88fd6acc;p=emacs.git ; * src/xfaces.c (Finternal_set_lisp_face_attribute): Fix last change. --- 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))