aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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