Mercurial > emacs
diff src/term.c @ 340:36bd3a9f20e2
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Fri, 19 Jul 1991 20:39:25 +0000 |
| parents | 1c12a86018cd |
| children | ff8fa788745a |
line wrap: on
line diff
--- a/src/term.c Fri Jul 19 19:31:48 1991 +0000 +++ b/src/term.c Fri Jul 19 20:39:25 1991 +0000 @@ -120,7 +120,7 @@ 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. */
