(compute_char_face): Use new accessor macros instead of calling XSET directly.
authorKarl Heuer <kwzh@gnu.org>
Tue, 4 Oct 1994 12:32:20 +0000 (12:32 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 4 Oct 1994 12:32:20 +0000 (12:32 +0000)
src/xfaces.c

index 7ac1a40..cbbc1eb 100644 (file)
@@ -807,7 +807,7 @@ compute_char_face (f, w, pos, region_beg, region_end, endptr, limit, mouse)
   if (XBUFFER (w->buffer) != current_buffer)
     abort ();
 
-  XSET (frame, Lisp_Frame, f);
+  XSETFRAME (frame, f);
 
   endpos = ZV;
   if (pos < region_beg && region_beg < endpos)