Skip to content

Commit

Permalink
Update julia-mode-tests.el
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Lema <[email protected]>
  • Loading branch information
tpapp and FelipeLema authored May 3, 2024
1 parent 0a5bb0d commit fecfe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion julia-mode-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
(if (stringp to)
(progn (goto-char (point-min))
(re-search-forward to)
(if end
(when end
(goto-char (match-end 0))
(goto-char (match-beginning 0))
(point-at-bol)))
Expand Down

0 comments on commit fecfe20

Please sign in to comment.