(Fmessage_or_box): Use Fmessage_box with new name.
This commit is contained in:
parent
34d470ba81
commit
0a56ee6b96
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue