diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-07-16 05:19:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-07-16 05:19:28 +0000 |
commit | 296744455fa643f346c6239a9333bebb3842aaf6 (patch) | |
tree | b59d57bebfdcea1d872543d2c2d98e857d769bd3 /src/xselect.c | |
parent | 830a7a8c41cbb1858e641a85095f74cadebd6991 (diff) | |
download | emacs-296744455fa643f346c6239a9333bebb3842aaf6.tar.gz |
(last_event_timestamp): Declare, but don't define.
Diffstat (limited to 'src/xselect.c')
-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; #endif /* The timestamp of the last input event Emacs received from the X server. */ -unsigned long last_event_timestamp; +/* Defined in keyboard.c. */ +extern unsigned long last_event_timestamp; /* This is an association list whose elements are of the form ( SELECTION-NAME SELECTION-VALUE SELECTION-TIMESTAMP FRAME) |