# HG changeset patch # User Karl Heuer # Date 781273897 0 # Node ID be217af4e25246642c6c6e4169c3aedaefcdb1dd # Parent f4fa46f6a032adeb6e9190d9d51057543dd3ed85 (display_text_line): Use new accessor macros instead of calling XSET directly. diff -r f4fa46f6a032 -r be217af4e252 src/xdisp.c --- a/src/xdisp.c Tue Oct 04 12:30:31 1994 +0000 +++ b/src/xdisp.c Tue Oct 04 12:31:37 1994 +0000 @@ -2177,7 +2177,7 @@ { Lisp_Object position, limit, endpos, prop, ww; XFASTINT (position) = pos; - XSET (ww, Lisp_Window, w); + XSETWINDOW (ww, w); prop = Fget_char_property (position, Qinvisible, ww); /* This is just an estimate to give reasonable performance; nothing should go wrong if it is too small. */