summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch')
-rw-r--r--app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch b/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch
index 67c40e789241..3a31f2f116ca 100644
--- a/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch
+++ b/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch
@@ -1,5 +1,5 @@
---- display.c
-+++ display.c
+--- a/display.c
++++ b/display.c
@@ -5,6 +5,7 @@
* hints that are left in the windows by the commands
*/
@@ -16,8 +16,8 @@
int i;
(*term.t_open) ();
---- line.c
-+++ line.c
+--- a/line.c
++++ b/line.c
@@ -47,7 +47,6 @@
{
LINE *lp;
@@ -35,8 +35,8 @@
char *nbufp;
if (kused == ksize)
---- tcap.c
-+++ tcap.c
+--- a/tcap.c
++++ b/tcap.c
@@ -2,6 +2,7 @@
#define termdef 1 /* don't define "term" external */
@@ -45,8 +45,8 @@
#include <stdio.h> /* puts(3), snprintf(3) */
#include "estruct.h"
#include "edef.h"
---- termio.c
-+++ termio.c
+--- a/termio.c
++++ b/termio.c
@@ -5,6 +5,7 @@
*/