aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 923ac1ad1d9..1023d34ca79 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -4102,7 +4102,7 @@ kbd_buffer_get_event (KBOARD **kbp,
4102#endif 4102#endif
4103 else if (event->kind == SAVE_SESSION_EVENT) 4103 else if (event->kind == SAVE_SESSION_EVENT)
4104 { 4104 {
4105 obj = Fcons (Qsave_session, Qnil); 4105 obj = Fcons (Qsave_session, Fcons (event->arg, Qnil));
4106 kbd_fetch_ptr = event + 1; 4106 kbd_fetch_ptr = event + 1;
4107 } 4107 }
4108 /* Just discard these, by returning nil. 4108 /* Just discard these, by returning nil.