Skip to content

Commit eadbdbe

Browse files
committed
Revert "Update julia-mode-tests.el"
This reverts commit fecfe20.
1 parent fecfe20 commit eadbdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

julia-mode-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
(if (stringp to)
8181
(progn (goto-char (point-min))
8282
(re-search-forward to)
83-
(when end
83+
(if end
8484
(goto-char (match-end 0))
8585
(goto-char (match-beginning 0))
8686
(point-at-bol)))

0 commit comments

Comments
 (0)