changeset 9283:be217af4e252

(display_text_line): Use new accessor macros instead of calling XSET directly.
author Karl Heuer <kwzh@gnu.org>
date Tue, 04 Oct 1994 12:31:37 +0000
parents f4fa46f6a032
children a969e0eefaf5
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */