(Fmessage_or_box): Use Fmessage_box with new name.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Sep 1994 02:38:55 +0000 (02:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Sep 1994 02:38:55 +0000 (02:38 +0000)
src/editfns.c

index 604154f..94c43ea 100644 (file)
@@ -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);
 }