From: Nick Roberts Date: Tue, 24 May 2005 03:48:32 +0000 (+0000) Subject: (Fmessage_box): Use "Information" for frame title. X-Git-Tag: ttn-vms-21-2-B4~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87944384533f773997a940804ad2ae8e0545d350;p=emacs.git (Fmessage_box): Use "Information" for frame title. --- 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) */) pane = Fcons (Fcons (build_string ("OK"), Qt), Qnil); GCPRO1 (pane); menu = Fcons (val, pane); - obj = Fx_popup_dialog (Qt, menu); + obj = Fx_popup_dialog (Qt, menu, Qt); UNGCPRO; return val; }