summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fold.c4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/fold.c b/src/fold.c
index 3f8de1c25..33c26996f 100644
--- a/src/fold.c
+++ b/src/fold.c
@@ -1604,7 +1604,7 @@ foldMarkAdjustRecurse(
if (amount == MAXLNUM)
{
foldMarkAdjustRecurse(&fp->fd_nested,
- line1 - fp->fd_top,
+ 0,
line2 - fp->fd_top,
amount,
amount_after + (fp->fd_top - top));
@@ -1614,7 +1614,7 @@ foldMarkAdjustRecurse(
else
{
foldMarkAdjustRecurse(&fp->fd_nested,
- line1 - fp->fd_top,
+ 0,
line2 - fp->fd_top,
amount,
amount_after - amount);
diff --git a/src/version.c b/src/version.c
index e4bee8458..4cbc2972a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4393,
+/**/
4392,
/**/
4391,