We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecfe20 commit eadbdbeCopy full SHA for eadbdbe
julia-mode-tests.el
@@ -80,7 +80,7 @@
80
(if (stringp to)
81
(progn (goto-char (point-min))
82
(re-search-forward to)
83
- (when end
+ (if end
84
(goto-char (match-end 0))
85
(goto-char (match-beginning 0))
86
(point-at-bol)))
0 commit comments