diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xselect.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index 118c2649348..053d7f0fa3e 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -57,7 +57,8 @@ static Lisp_Object Vx_sent_selection_hooks; | |||
| 57 | #endif | 57 | #endif |
| 58 | 58 | ||
| 59 | /* The timestamp of the last input event Emacs received from the X server. */ | 59 | /* The timestamp of the last input event Emacs received from the X server. */ |
| 60 | unsigned long last_event_timestamp; | 60 | /* Defined in keyboard.c. */ |
| 61 | extern unsigned long last_event_timestamp; | ||
| 61 | 62 | ||
| 62 | /* This is an association list whose elements are of the form | 63 | /* This is an association list whose elements are of the form |
| 63 | ( SELECTION-NAME SELECTION-VALUE SELECTION-TIMESTAMP FRAME) | 64 | ( SELECTION-NAME SELECTION-VALUE SELECTION-TIMESTAMP FRAME) |