diff options
-rw-r--r-- | editors/ed.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/ed.c b/editors/ed.c index 18faba5a4..fed10c470 100644 --- a/editors/ed.c +++ b/editors/ed.c | |||
@@ -1016,8 +1016,6 @@ int ed_main(int argc UNUSED_PARAM, char **argv) | |||
1016 | if (!readLines(fileName, 1)) { | 1016 | if (!readLines(fileName, 1)) { |
1017 | return EXIT_SUCCESS; | 1017 | return EXIT_SUCCESS; |
1018 | } | 1018 | } |
1019 | if (lastNum) | ||
1020 | setCurNum(1); | ||
1021 | dirty = FALSE; | 1019 | dirty = FALSE; |
1022 | } | 1020 | } |
1023 | 1021 | ||