summaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authoragc <agc>1999-06-03 08:28:49 +0000
committeragc <agc>1999-06-03 08:28:49 +0000
commite65b2dacb4b7abdd904aad3cf6eca6b4434d2c44 (patch)
treebabeab16849d6b967e72bbbd2b5a7138b30904e5 /editors/jed
parentcf94334e4725438feaba7e1fcf6234f9129dae0b (diff)
downloadpkgsrc-e65b2dacb4b7abdd904aad3cf6eca6b4434d2c44.tar.gz
Add fix from the author to avoid an s-lang error with Emacs keybindings.
Pointed out by Jukka Marin.
Diffstat (limited to 'editors/jed')
-rw-r--r--editors/jed/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
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++;
+ }