diff options
| author | Jim Blandy | 1991-07-19 20:39:25 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-07-19 20:39:25 +0000 |
| commit | fcb764df08fdcc0793c4a5e9e038452183721cbe (patch) | |
| tree | 7a368b5c97bc46d72cefde82f7662cae3ed936ed /src | |
| parent | 2e146aa4c35f809e8e8dfc18dfd270c2660535b4 (diff) | |
| download | emacs-fcb764df08fdcc0793c4a5e9e038452183721cbe.tar.gz emacs-fcb764df08fdcc0793c4a5e9e038452183721cbe.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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 */ ); | |||
| 120 | screen; under X, this means it lies about where the focus is. | 120 | screen; under X, this means it lies about where the focus is. |
| 121 | This hook tells the window system code to re-decide where to put | 121 | This hook tells the window system code to re-decide where to put |
| 122 | the highlight. */ | 122 | the highlight. */ |
| 123 | extern void (*screen_rehighlight_hook) ( /* SCREEN_PTR s */ ); | 123 | void (*screen_rehighlight_hook) ( /* SCREEN_PTR s */ ); |
| 124 | 124 | ||
| 125 | /* Strings, numbers and flags taken from the termcap entry. */ | 125 | /* Strings, numbers and flags taken from the termcap entry. */ |
| 126 | 126 | ||