From 0a56ee6b96756317773c7830bc65a904382f8a06 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 22 Sep 1994 02:38:55 +0000 Subject: [PATCH] (Fmessage_or_box): Use Fmessage_box with new name. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editfns.c b/src/editfns.c index 604154f2dea..94c43ea1abe 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1504,7 +1504,7 @@ minibuffer contents show.") { #ifdef HAVE_X_MENU if (NILP (last_nonmenu_event) || CONSP (last_nonmenu_event)) - return Fbox_message (nargs, args); + return Fmessage_box (nargs, args); #endif return Fmessage (nargs, args); } -- 2.39.5