mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(enum event_kind): Added save_session_event.
This commit is contained in:
parent
5f30b9577a
commit
408b2bfb7b
@ -323,7 +323,11 @@ enum event_kind
|
||||
|
||||
/* Queued from XTread_socket on FocusIn events. Translated into
|
||||
`switch-frame' events in kbd_buffer_get_event, if necessary. */
|
||||
FOCUS_IN_EVENT
|
||||
FOCUS_IN_EVENT,
|
||||
|
||||
/* Queued from XTread_socket when session manager sends
|
||||
save yourself before shutdown. */
|
||||
save_session_event
|
||||
};
|
||||
|
||||
/* If a struct input_event has a kind which is selection_request_event
|
||||
|
Loading…
Reference in New Issue
Block a user