]> git.eshelyaron.com Git - emacs.git/commitdiff
(display_text_line): Use new accessor macros instead of calling XSET directly.
authorKarl Heuer <kwzh@gnu.org>
Tue, 4 Oct 1994 12:31:37 +0000 (12:31 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 4 Oct 1994 12:31:37 +0000 (12:31 +0000)
src/xdisp.c

index 1eddfd23c3900403f0591c4f98272802965cceb2..6f9cd70e5a338a936565bae612534e5d8311fdc6 100644 (file)
@@ -2177,7 +2177,7 @@ display_text_line (w, start, vpos, hpos, taboffset)
            {
              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.  */