diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 1504 | { | 1504 | { |
| 1505 | #ifdef HAVE_X_MENU | 1505 | #ifdef HAVE_X_MENU |
| 1506 | if (NILP (last_nonmenu_event) || CONSP (last_nonmenu_event)) | 1506 | if (NILP (last_nonmenu_event) || CONSP (last_nonmenu_event)) |
| 1507 | return Fbox_message (nargs, args); | 1507 | return Fmessage_box (nargs, args); |
| 1508 | #endif | 1508 | #endif |
| 1509 | return Fmessage (nargs, args); | 1509 | return Fmessage (nargs, args); |
| 1510 | } | 1510 | } |