aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-03-29 21:46:19 +0000
committerRichard M. Stallman <[email protected]>1995-03-29 21:46:19 +0000
commit7357a6812a1cc0f5028a4e01974510d9cab3bbab (patch)
tree770e753b955deaed3c4f4e188681c705d6f0fb0b /src
parent0d624ea45aff9ab15445f2bc6d79445262d31205 (diff)
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 4caed037bf..b7a7105375 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,