Skip to content

Commit

Permalink
Merge pull request #80 from doolio/housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou authored Sep 2, 2023
2 parents 2d35369 + ac6bfc3 commit 6788807
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .ert-runner

This file was deleted.

2 changes: 0 additions & 2 deletions test/beginend-prog-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
(with-temp-buffer
(insert "line1\nline2\nline3\nline4\nline5\nline6\nline7\n")
(goto-char 2)
;; workaround for https://github.com/jorgenschaefer/emacs-buttercup/issues/84
(beginend-prog-mode-goto-beginning)
(expect (line-number-at-pos) :to-be 3)
(expect (point) :to-be (line-beginning-position))))
Expand All @@ -68,7 +67,6 @@
(with-temp-buffer
(insert "line1\nline2\nline3\nline4\nline5\nline6\nline7\n")
(goto-char 2)
;; workaround for https://github.com/jorgenschaefer/emacs-buttercup/issues/84
(beginend-prog-mode-goto-end)
(expect (line-number-at-pos) :to-be 5)
(expect (point) :to-be (line-end-position)))))
Expand Down

0 comments on commit 6788807

Please sign in to comment.