diff --git a/src/undo.c b/src/undo.c index 4fd58a3323..978549aeae 100644 --- a/src/undo.c +++ b/src/undo.c @@ -3541,6 +3541,7 @@ anyBufIsChanged(void) FOR_ALL_BUFFERS(buf) if (bufIsChanged(buf)) return TRUE; + return FALSE; } /* diff --git a/src/version.c b/src/version.c index 1f0fb6b254..dd746ca226 100644 --- a/src/version.c +++ b/src/version.c @@ -775,6 +775,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1053, /**/ 1052, /**/