]> code.delx.au - gnu-emacs/blobdiff - src/macterm.c
(re_match_2_internal): Correct matching of eight bit
[gnu-emacs] / src / macterm.c
index 2d03c8918c57dc3bcfa094cc1f255fcd27740c8c..842e1844f50244260813802d1249a44e4f0324c0 100644 (file)
@@ -12624,7 +12624,7 @@ mac_term_init (display_name, xrm_option, resource_name)
 
   dpyinfo->grabbed = 0;
   dpyinfo->root_window = NULL;
-  dpyinfo->image_cache = make_image_cache ();
+  dpyinfo->terminal->image_cache = make_image_cache ();
 
   dpyinfo->mouse_face_beg_row = dpyinfo->mouse_face_beg_col = -1;
   dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;