Mercurial > emacs
changeset 2474:86c8a6e08fd4
Fix typo in comment delimiter.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 07 Apr 1993 20:04:50 +0000 |
| parents | 57e371b49128 |
| children | 052bbdf1b817 |
| files | src/xterm.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Wed Apr 07 19:57:10 1993 +0000 +++ b/src/xterm.c Wed Apr 07 20:04:50 1993 +0000 @@ -159,7 +159,7 @@ /* The cursor to use for vertical scroll bars on x_current_display. */ static Cursor x_vertical_scroll_bar_cursor; -/* Frame being updated by update_frame. This is declared in term.c. */ +/* Frame being updated by update_frame. This is declared in term.c. This is set by update_begin and looked at by all the XT functions. It is zero while not inside an update. In that case, the XT functions assume that `selected_frame'
