branch: elpa/julia-mode
commit eadbdbe1dedd15d71cea5e1f5f4f066aa468fc9b
Author: Tamás K. Papp <tkp...@gmail.com>
Commit: Tamás K. Papp <tkp...@gmail.com>

    Revert "Update julia-mode-tests.el"
    
    This reverts commit fecfe2092715b7b89590d77bdc70f2a0386ce19f.
---
 julia-mode-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode-tests.el b/julia-mode-tests.el
index e1d2129776..0fd4d21c20 100644
--- a/julia-mode-tests.el
+++ b/julia-mode-tests.el
@@ -80,7 +80,7 @@
            (if (stringp to)
                (progn (goto-char (point-min))
                       (re-search-forward to)
-                      (when end
+                      (if end
                           (goto-char (match-end 0))
                         (goto-char (match-beginning 0))
                         (point-at-bol)))

Reply via email to