aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2007-09-14 06:18:27 +0000
committerJan Djärv2007-09-14 06:18:27 +0000
commitfba2cc7f97729849192cf3a13fea4922c3bb3230 (patch)
treedab148f1b32da64161588f2775a90e6465ea91b3 /src
parentd7807afefa7d2083ec9289c6cc6d062b266672c5 (diff)
downloademacs-fba2cc7f97729849192cf3a13fea4922c3bb3230.tar.gz
emacs-fba2cc7f97729849192cf3a13fea4922c3bb3230.zip
(enum event_kind): Remove trailing comma.
Diffstat (limited to 'src')
-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
331 331
332 /* Queued from XTread_socket when session manager sends 332 /* Queued from XTread_socket when session manager sends
333 save yourself before shutdown. */ 333 save yourself before shutdown. */
334 SAVE_SESSION_EVENT, 334 SAVE_SESSION_EVENT
335 335
336#ifdef MAC_OS 336#ifdef MAC_OS
337 /* Generated when an Apple event, a HICommand event, or a Services 337 /* Generated when an Apple event, a HICommand event, or a Services
@@ -340,7 +340,7 @@ enum event_kind
340 symbols, respectively. Member `arg' is a Lisp object converted 340 symbols, respectively. Member `arg' is a Lisp object converted
341 from the received Apple event. Parameters for non-Apple events 341 from the received Apple event. Parameters for non-Apple events
342 are converted to those in Apple events. */ 342 are converted to those in Apple events. */
343 MAC_APPLE_EVENT 343 , MAC_APPLE_EVENT
344#endif 344#endif
345}; 345};
346 346