diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-07-03 13:22:42 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-07-03 13:22:42 +0300 |
commit | f5a11369ea1480d0b99fd538c759b53c88fd6acc (patch) | |
tree | ac0f0630f8ee1d6372c97e4043e3f60c209896b8 | |
parent | 2c4922d76b7231dd704d34870c6e75099343a48d (diff) | |
download | emacs-f5a11369ea1480d0b99fd538c759b53c88fd6acc.tar.gz |
; * src/xfaces.c (Finternal_set_lisp_face_attribute): Fix last change.
-rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |