aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-03 18:19:53 +0000
committerRichard M. Stallman1994-04-03 18:19:53 +0000
commit55cc089c5b6c7f76b8710fc3310d7c627a5556ff (patch)
tree4f76f3ff2aa95f1782fa13beddeece16e7a49d21 /src
parentf9d75fab0c842bbde6d101ea420fb1e07c7e9777 (diff)
downloademacs-55cc089c5b6c7f76b8710fc3310d7c627a5556ff.tar.gz
emacs-55cc089c5b6c7f76b8710fc3310d7c627a5556ff.zip
(frame_up_to_date_hook): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
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
94int (*read_socket_hook) (); 94int (*read_socket_hook) ();
95 95
96int (*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