From 643bbe7c6096e803554fb7975e63fddeedb083d4 Mon Sep 17 00:00:00 2001
From: tg <tg@mirbsd.org>
Date: Tue, 25 Nov 2014 22:38:53 +0000
Subject: [PATCH] no need for this explicit one, emacsfn.h already defines them

---
 edit.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/edit.c b/edit.c
index 29b48f4..46ec55b 100644
--- a/edit.c
+++ b/edit.c
@@ -28,7 +28,7 @@
 
 #ifndef MKSH_NO_CMDLINE_EDITING
 
-__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.280 2014/11/25 21:13:22 tg Exp $");
+__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.281 2014/11/25 22:38:53 tg Exp $");
 
 /*
  * in later versions we might use libtermcap for this, but since external
@@ -86,7 +86,6 @@ static void x_init_prompt(bool);
 #if !MKSH_S_NOVI
 static int x_vi(char *);
 #endif
-static int x_meta1(int);
 
 #define x_flush()	shf_flush(shl_out)
 #if defined(MKSH_SMALL) && !defined(MKSH_SMALL_BUT_FAST)