aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index ddf080a0359..4bc5336e997 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3175,7 +3175,7 @@ usage: (message-box STRING &rest ARGS) */)
3175 pane = Fcons (Fcons (build_string ("OK"), Qt), Qnil); 3175 pane = Fcons (Fcons (build_string ("OK"), Qt), Qnil);
3176 GCPRO1 (pane); 3176 GCPRO1 (pane);
3177 menu = Fcons (val, pane); 3177 menu = Fcons (val, pane);
3178 obj = Fx_popup_dialog (Qt, menu); 3178 obj = Fx_popup_dialog (Qt, menu, Qt);
3179 UNGCPRO; 3179 UNGCPRO;
3180 return val; 3180 return val;
3181 } 3181 }