aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-29 21:46:19 +0000
committerRichard M. Stallman1995-03-29 21:46:19 +0000
commit7357a6812a1cc0f5028a4e01974510d9cab3bbab (patch)
tree770e753b955deaed3c4f4e188681c705d6f0fb0b
parent0d624ea45aff9ab15445f2bc6d79445262d31205 (diff)
downloademacs-7357a6812a1cc0f5028a4e01974510d9cab3bbab.tar.gz
emacs-7357a6812a1cc0f5028a4e01974510d9cab3bbab.zip
Comment change.
-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) ();
114 114
115 This should clear mouse_moved until the next motion 115 This should clear mouse_moved until the next motion
116 event arrives. */ 116 event arrives. */
117void (*mouse_position_hook) ( /* FRAME_PTR *f, 117void (*mouse_position_hook) ( /* FRAME_PTR *f, int insist,
118 Lisp_Object *bar_window, 118 Lisp_Object *bar_window,
119 enum scroll_bar_part *part, 119 enum scroll_bar_part *part,
120 Lisp_Object *x, 120 Lisp_Object *x,