From c8942b719d310f496282b00f878005629e07a737 Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 26 Jul 2016 21:50:30 +0000 Subject: [PATCH] oops, !MKSH_SMALL --- emacsfn.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacsfn.h b/emacsfn.h index 35ecd90..008db94 100644 --- a/emacsfn.h +++ b/emacsfn.h @@ -19,7 +19,7 @@ */ #if defined(EMACSFN_DEFNS) -__RCSID("$MirOS: src/bin/mksh/emacsfn.h,v 1.8 2016/07/26 21:37:25 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/emacsfn.h,v 1.9 2016/07/26 21:50:30 tg Exp $"); #define FN(cname,sname,flags) static int x_##cname(int); #elif defined(EMACSFN_ENUMS) #define FN(cname,sname,flags) XFUNC_##cname, @@ -54,7 +54,9 @@ FN(end_of_text, "eot", 0) FN(enumerate, "list", 0) FN(eot_del, "eot-or-delete", XF_ARG) FN(error, "error", 0) +#ifndef MKSH_SMALL FN(eval_region, "evaluate-region", 0) +#endif FN(expand, "expand-file", 0) #ifndef MKSH_SMALL FN(fold_capitalise, "capitalize-word", XF_ARG)