From a630967220685f935be5f1a46b52cc8d2cda2a61 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 3 Jun 1999 08:28:49 +0000 Subject: Add fix from the author to avoid an s-lang error with Emacs keybindings. Pointed out by Jukka Marin. --- editors/jed/patches/patch-ac | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editors/jed/patches/patch-ac (limited to 'editors/jed') diff --git a/editors/jed/patches/patch-ac b/editors/jed/patches/patch-ac new file mode 100644 index 00000000000..f71a35d6b88 --- /dev/null +++ b/editors/jed/patches/patch-ac @@ -0,0 +1,14 @@ +$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++; + } -- cgit v1.2.3