Use the term `scroll bar', instead of `scrollbar'.
authorJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 08:21:49 +0000 (08:21 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 08:21:49 +0000 (08:21 +0000)
commitab6482702d926eb46472bbdb4de59d4ad8265316
treef8ec0fb7ad54cc9cb66bf9e525121885f8dc8aaf
parent88f22aff6a9e1a74292dce5f515c069d42d7a459
Use the term `scroll bar', instead of `scrollbar'.
* alloc.c, frame.c, frame.h, indent.c, keyboard.c, keyboard.h,
lisp.h, term.c, termhooks.h, window.c, window.h, xdisp.c, xfns.c,
xterm.c, xterm.h: Terminology changed.

* xterm.c (x_window_to_scrollbar, x_scrollbar_expose,
x_scrollbar_handle_click, x_scrollbar_note_movement): Remember
that these can be called during GC; we have to ignore mark bits.
* lisp.h (GC_NILP, GC_EQ): New macros to help with that.
src/xterm.c