summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2007-09-14 06:18:27 +0000
committerJan Djärv <jan.h.d@swipnet.se>2007-09-14 06:18:27 +0000
commitfba2cc7f97729849192cf3a13fea4922c3bb3230 (patch)
treedab148f1b32da64161588f2775a90e6465ea91b3 /src/termhooks.h
parentd7807afefa7d2083ec9289c6cc6d062b266672c5 (diff)
downloademacs-fba2cc7f97729849192cf3a13fea4922c3bb3230.tar.gz
(enum event_kind): Remove trailing comma.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 32078254593..56f98092c6a 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -331,7 +331,7 @@ enum event_kind
/* Queued from XTread_socket when session manager sends
save yourself before shutdown. */
- SAVE_SESSION_EVENT,
+ SAVE_SESSION_EVENT
#ifdef MAC_OS
/* Generated when an Apple event, a HICommand event, or a Services
@@ -340,7 +340,7 @@ enum event_kind
symbols, respectively. Member `arg' is a Lisp object converted
from the received Apple event. Parameters for non-Apple events
are converted to those in Apple events. */
- MAC_APPLE_EVENT
+ , MAC_APPLE_EVENT
#endif
};