diff options
| author | Richard M. Stallman | 1995-03-29 21:46:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-03-29 21:46:19 +0000 |
| commit | 7357a6812a1cc0f5028a4e01974510d9cab3bbab (patch) | |
| tree | 770e753b955deaed3c4f4e188681c705d6f0fb0b /src | |
| parent | 0d624ea45aff9ab15445f2bc6d79445262d31205 (diff) | |
| download | emacs-7357a6812a1cc0f5028a4e01974510d9cab3bbab.tar.gz emacs-7357a6812a1cc0f5028a4e01974510d9cab3bbab.zip | |
Comment change.
Diffstat (limited to 'src')
| -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) (); | |||
| 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. */ |
| 117 | void (*mouse_position_hook) ( /* FRAME_PTR *f, | 117 | void (*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, |