diff --git a/src/move.c b/src/move.c
index 9d3bd797c224ff4d81eda542c570fdfe55ce14eb..2e0a8f11b46033aa006ead23673f2bdf33e53a09 100644
--- a/src/move.c
+++ b/src/move.c
@@ -230,7 +230,6 @@ void do_prev_block(void)
 
     openfile->current_x = 0;
     edit_redraw(was_current);
-    do_home();
 }
 
 /* Move to the next block of text in the file. */
@@ -249,7 +248,6 @@ void do_next_block(void)
 
     openfile->current_x = 0;
     edit_redraw(was_current);
-    do_home();
 }
 
 /* Move to the previous word in the file.  If allow_punct is TRUE, treat