]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
Use forward-line instead of next-line
[notmuch] / notmuch.el
index e8a9b78fb7fefb87f88031ed33c65d6163cb9192..c2e0899e5c8e7a1787c179439a530a6952127423 100644 (file)
@@ -595,7 +595,7 @@ which this thread was originally shown."
   (interactive)
   (save-excursion
     (notmuch-show-move-to-current-message-summary-line)
   (interactive)
   (save-excursion
     (notmuch-show-move-to-current-message-summary-line)
-    (next-line)
+    (forward-line)
     (unless (button-at (point))
       (notmuch-show-next-button))
     (push-button))
     (unless (button-at (point))
       (notmuch-show-next-button))
     (push-button))