summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-29 21:46:19 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-29 21:46:19 +0000
commite6cabe0aa72da24208b9c12b14f4482692b061cb (patch)
tree9bbf12d136c81fb4368f796e78cccf3412f0dd6a /src/term.c
parent02a5c2d9a0f75c2ebb839831f386b8b7f9103eab (diff)
downloademacs-e6cabe0aa72da24208b9c12b14f4482692b061cb.tar.gz
Comment change.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
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,