diff options
author | Jim Blandy <jimb@redhat.com> | 1991-07-19 20:39:25 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-07-19 20:39:25 +0000 |
commit | fcb764df08fdcc0793c4a5e9e038452183721cbe (patch) | |
tree | 7a368b5c97bc46d72cefde82f7662cae3ed936ed /src/term.c | |
parent | 2e146aa4c35f809e8e8dfc18dfd270c2660535b4 (diff) | |
download | emacs-fcb764df08fdcc0793c4a5e9e038452183721cbe.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/term.c')
-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 7e1db17b0e1..85e6bdc39e2 100644 --- a/src/term.c +++ b/src/term.c @@ -120,7 +120,7 @@ int (*mouse_tracking_enable_hook) ( /* int ENABLE */ ); 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 */ ); +void (*screen_rehighlight_hook) ( /* SCREEN_PTR s */ ); /* Strings, numbers and flags taken from the termcap entry. */ |