diff options
| author | Karl Heuer | 1996-07-16 05:19:28 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-16 05:19:28 +0000 |
| commit | 296744455fa643f346c6239a9333bebb3842aaf6 (patch) | |
| tree | b59d57bebfdcea1d872543d2c2d98e857d769bd3 /src | |
| parent | 830a7a8c41cbb1858e641a85095f74cadebd6991 (diff) | |
| download | emacs-296744455fa643f346c6239a9333bebb3842aaf6.tar.gz emacs-296744455fa643f346c6239a9333bebb3842aaf6.zip | |
(last_event_timestamp): Declare, but don't define.
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) |