diff options
| author | Richard M. Stallman | 1994-04-03 18:19:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-03 18:19:53 +0000 |
| commit | 55cc089c5b6c7f76b8710fc3310d7c627a5556ff (patch) | |
| tree | 4f76f3ff2aa95f1782fa13beddeece16e7a49d21 /src | |
| parent | f9d75fab0c842bbde6d101ea420fb1e07c7e9777 (diff) | |
| download | emacs-55cc089c5b6c7f76b8710fc3310d7c627a5556ff.tar.gz emacs-55cc089c5b6c7f76b8710fc3310d7c627a5556ff.zip | |
(frame_up_to_date_hook): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c index fb8e80fdd87..2d99fb95d58 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -93,6 +93,8 @@ int (*set_terminal_window_hook) (); | |||
| 93 | 93 | ||
| 94 | int (*read_socket_hook) (); | 94 | int (*read_socket_hook) (); |
| 95 | 95 | ||
| 96 | int (*frame_up_to_date_hook) (); | ||
| 97 | |||
| 96 | /* Return the current position of the mouse. | 98 | /* Return the current position of the mouse. |
| 97 | 99 | ||
| 98 | Set *f to the frame the mouse is in, or zero if the mouse is in no | 100 | Set *f to the frame the mouse is in, or zero if the mouse is in no |