Skip to content

Commit

Permalink
start at the beginning of the buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira committed Oct 10, 2021
1 parent 4d91dd6 commit 6bebd41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github-review.el
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ ACC is an alist accumulating parsing state."
(erase-buffer)
(insert diff)
(save-buffer)
(github-review-mode)))
(github-review-mode)
(goto-char (point-min))))

(defun github-review-parsed-review-from-current-buffer ()
"Return a code review given the current buffer containing a diff."
Expand Down

0 comments on commit 6bebd41

Please sign in to comment.