* window.c (Fwindow_width, Fset_window_hscroll): Use accessors on
authorJim Blandy <jimb@redhat.com>
Sat, 31 Oct 1992 05:39:49 +0000 (05:39 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 31 Oct 1992 05:39:49 +0000 (05:39 +0000)
commit7f4161e01138c77302c08292f7667e38fb43775c
tree314e668034d5bf322f9e530f488311d6823de4e1
parent213861c758e02024c33e51b0c0f1e21152d412c6
* window.c (Fwindow_width, Fset_window_hscroll): Use accessors on
w->width, w->left, w->hscroll, and arguments.
(replace_window): Use EQ, not ==.
(Fdelete_window): p->top and p->left are not C integers.
(Fnext_window, Fprevious_window): Use EQ, not ==.
src/window.c