]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xfaces.c (Finternal_set_lisp_face_attribute): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sun, 3 Jul 2022 10:22:42 +0000 (13:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 3 Jul 2022 10:22:42 +0000 (13:22 +0300)
src/xfaces.c

index 57c888ad9c77eb8978b9dbdce811b6c81a0030be..6142fe1ab17e3903cfc662a51120ccdbfcf3fd26 100644 (file)
@@ -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))