From: Po Lu Date: Thu, 20 Jun 2024 09:03:54 +0000 (+0800) Subject: ; * src/frame.c (make_frame): Typo. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~973 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e6169e9de198bd32f65167ba0e36090e4471dad5;p=emacs.git ; * src/frame.c (make_frame): Typo. --- diff --git a/src/frame.c b/src/frame.c index 1bb92e1f9b0..cf894db6836 100644 --- a/src/frame.c +++ b/src/frame.c @@ -983,7 +983,7 @@ make_frame (bool mini_p) f->tooltip = false; f->was_invisible = false; f->child_frame_border_width = -1; - f->face_caches = NULL; + f->face_cache = NULL; f->image_cache = NULL; f->last_tab_bar_item = -1; #ifndef HAVE_EXT_TOOL_BAR