aboutsummaryrefslogtreecommitdiff
path: root/editors/joe2/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'editors/joe2/files/patch-ah')
-rw-r--r--editors/joe2/files/patch-ah11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/joe2/files/patch-ah b/editors/joe2/files/patch-ah
deleted file mode 100644
index d73d9c46710b..000000000000
--- a/editors/joe2/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- w.c.orig Sun Feb 10 14:28:10 2002
-+++ w.c Sun Feb 10 14:29:15 2002
-@@ -594,7 +594,7 @@
- else seth(original,original->h-height);
-
- /* Create new keyboard handler for window */
-- if(watom->context) new->kbd=mkkbd(getcontext(watom->context));
-+ if(watom->context) new->kbd=mkkbd(joegetcontext(watom->context));
- else new->kbd=0;
-
- /* Put window on the screen */