Mercurial > emacs
changeset 8981:6e1a5ff3d795
(Fmessage_or_box): Use Fmessage_box with new name.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 22 Sep 1994 02:38:55 +0000 |
parents | e641b60610a1 |
children | 2a81d1c79162 |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Wed Sep 21 23:19:26 1994 +0000 +++ b/src/editfns.c Thu Sep 22 02:38:55 1994 +0000 @@ -1504,7 +1504,7 @@ { #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); }