diff options
author | Jim Blandy <jimb@redhat.com> | 1991-07-27 03:27:24 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-07-27 03:27:24 +0000 |
commit | 0f79a4ae8f8e27e88a9588c501f7d7d4b40b3204 (patch) | |
tree | 21d7395dc65a52c8fc1087f230205c104f455bda /src/termhooks.h | |
parent | 4c0be5f4d530d164fef9130a2130b704fbe98ff8 (diff) | |
download | emacs-0f79a4ae8f8e27e88a9588c501f7d7d4b40b3204.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index bb6f29ce471..d414149ca95 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -63,12 +63,10 @@ extern int (*read_socket_hook) (); button releases. */ extern int (*mouse_tracking_enable_hook) ( /* int ENABLE */ ); -/* When reading from a minibuffer in a different screen, Emacs wants - to shift the highlight from the selected screen to the minibuffer's - screen; under X, this means it lies about where the focus is. - This hook tells the window system code to re-decide where to put - the highlight. */ -extern void (*screen_rehighlight_hook) ( /* SCREEN_PTR s */ ); +/* When a screen's focus redirection is changed, this hook tells the + window system code to re-decide where to put the highlight. Under + X, this means that the system lies about where the focus is. */ +extern void (*screen_rehighlight_hook) ( /* void */ ); /* If nonzero, send all terminal output characters to this stream also. */ |