diff options
Diffstat (limited to 'src/atimer.h')
-rw-r--r-- | src/atimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimer.h b/src/atimer.h index 7c1fb0544c6..4a487cdbb30 100644 --- a/src/atimer.h +++ b/src/atimer.h @@ -51,7 +51,7 @@ struct atimer { /* The type of this timer. */ enum atimer_type type; - + /* Time when this timer is ripe. */ EMACS_TIME expiration; |