Fix the included jed.rc following update, from Frank Denis.

This commit is contained in:
sthen 2009-10-27 21:51:53 +00:00
parent 6f02b3cab9
commit 4756f8638f
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.31 2009/10/13 21:46:46 sthen Exp $
# $OpenBSD: Makefile,v 1.32 2009/10/27 21:51:53 sthen Exp $
COMMENT= text editor
DISTNAME= jed-0.99-18
PKGNAME= ${DISTNAME:S/0.99-/0.99./}
PKGNAME= jed-0.99.18p0
CATEGORIES= editors
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
ftp://ftp.ntua.gr/pub/lang/slang/jed/v0.99/ \

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-lib_jed_rc,v 1.4 2009/10/13 21:46:46 sthen Exp $
$OpenBSD: patch-lib_jed_rc,v 1.5 2009/10/27 21:51:53 sthen Exp $
--- lib/jed.rc.orig Mon Feb 13 18:51:58 2006
+++ lib/jed.rc Sat Oct 10 18:08:25 2009
@@ -149,7 +149,7 @@ WRAP_INDENTS = 0; % Non zero indents next line after w
@ -10,7 +10,7 @@ $OpenBSD: patch-lib_jed_rc,v 1.4 2009/10/13 21:46:46 sthen Exp $
#ifdef IBMPC_SYSTEM
% If non-zero, treat file names as case sensitive
@@ -237,4 +237,21 @@ define dired_hook ()
@@ -237,4 +237,20 @@ define dired_hook ()
{
%local_unsetkey ("^K");
%local_setkey ("dired_kill_line", "^K");
@ -28,7 +28,6 @@ $OpenBSD: patch-lib_jed_rc,v 1.4 2009/10/13 21:46:46 sthen Exp $
+ C_BRA_NEWLINE = 0;
+ C_CONTINUED_OFFSET = 0;
+ C_Colon_Offset = 0;
+ C_Class_Offset = 0;
+ C_Comment_Column = 0;
+ }
}