diff options
Diffstat (limited to 'editors/emacs20/patches/patch-bx')
-rw-r--r-- | editors/emacs20/patches/patch-bx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/emacs20/patches/patch-bx b/editors/emacs20/patches/patch-bx new file mode 100644 index 00000000000..bf091afed8c --- /dev/null +++ b/editors/emacs20/patches/patch-bx @@ -0,0 +1,13 @@ +$NetBSD: patch-bx,v 1.1 2004/03/25 22:13:34 kristerw Exp $ + +--- src/tparam.c.orig 2004-03-25 22:23:54.000000000 +0100 ++++ src/tparam.c 2004-03-25 22:26:40.000000000 +0100 +@@ -36,6 +36,8 @@ + + #endif /* not emacs */ + ++#include "lisp.h" ++ + #ifndef NULL + #define NULL (char *) 0 + #endif |