emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode fecfe20927 11/14: Update julia-mode-tests.el


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode fecfe20927 11/14: Update julia-mode-tests.el
Date: Mon, 6 May 2024 10:01:19 -0400 (EDT)

branch: elpa/julia-mode
commit fecfe2092715b7b89590d77bdc70f2a0386ce19f
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: GitHub <noreply@github.com>

    Update julia-mode-tests.el
    
    Co-authored-by: Felipe Lema <felipelema@mortemale.org>
---
 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 0fd4d21c20..e1d2129776 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)
-                      (if end
+                      (when end
                           (goto-char (match-end 0))
                         (goto-char (match-beginning 0))
                         (point-at-bol)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]