# HG changeset patch # User Karl Heuer # Date 781273940 0 # Node ID a969e0eefaf557c0c18ec857e1e9f10a98ef2a55 # Parent be217af4e25246642c6c6e4169c3aedaefcdb1dd (compute_char_face): Use new accessor macros instead of calling XSET directly. diff -r be217af4e252 -r a969e0eefaf5 src/xfaces.c --- a/src/xfaces.c Tue Oct 04 12:31:37 1994 +0000 +++ b/src/xfaces.c Tue Oct 04 12:32:20 1994 +0000 @@ -807,7 +807,7 @@ if (XBUFFER (w->buffer) != current_buffer) abort (); - XSET (frame, Lisp_Frame, f); + XSETFRAME (frame, f); endpos = ZV; if (pos < region_beg && region_beg < endpos)