$NetBSD: patch-ac,v 1.1 1999/06/03 08:28:49 agc Exp $

Patch to avoid s-lang error with Emacs keybindings

--- src/keymap.c	1999/06/03 08:21:05	1.1
+++ src/keymap.c	1999/06/03 08:21:29
@@ -603,6 +603,7 @@
 	  {
 	     *buf = 2;
 	     *(buf + 1) = 256 - 1 - i;
+	     buf[2] = 0;
 	     SLang_push_string(SLang_make_keystring(buf));
 	     num++;
 	  }
