diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-29 21:46:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-29 21:46:19 +0000 |
commit | e6cabe0aa72da24208b9c12b14f4482692b061cb (patch) | |
tree | 9bbf12d136c81fb4368f796e78cccf3412f0dd6a /src/term.c | |
parent | 02a5c2d9a0f75c2ebb839831f386b8b7f9103eab (diff) | |
download | emacs-e6cabe0aa72da24208b9c12b14f4482692b061cb.tar.gz |
Comment change.
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 4caed037bf2..b7a7105375a 100644 --- a/src/term.c +++ b/src/term.c @@ -114,7 +114,7 @@ int (*frame_up_to_date_hook) (); This should clear mouse_moved until the next motion event arrives. */ -void (*mouse_position_hook) ( /* FRAME_PTR *f, +void (*mouse_position_hook) ( /* FRAME_PTR *f, int insist, Lisp_Object *bar_window, enum scroll_bar_part *part, Lisp_Object *x, |