]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/frame.c (make_frame): Typo.
authorPo Lu <luangruo@yahoo.com>
Thu, 20 Jun 2024 09:03:54 +0000 (17:03 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 19:00:50 +0000 (21:00 +0200)
(cherry picked from commit e6169e9de198bd32f65167ba0e36090e4471dad5)

src/frame.c

index 1bb92e1f9b0a169ca6be0f30410d0eb8b17b7902..cf894db68368f79372586ac9204ff4f2d69b1e83 100644 (file)
@@ -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