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

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

[nongnu] elpa/julia-mode 4b41b85 207/352: julia-mode.el: `f(x) == someth


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 4b41b85 207/352: julia-mode.el: `f(x) == something` does not define a function
Date: Sun, 29 Aug 2021 11:22:46 -0400 (EDT)

branch: elpa/julia-mode
commit 4b41b85f058c2ea2ceaa9a9b050e8c4dac9556fa
Author: Rafael Fourquet <fourquet.rafael@gmail.com>
Commit: Yichao Yu <yyc1992@gmail.com>

    julia-mode.el: `f(x) == something` does not define a function
---
 julia-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index c18fd2c..d3d5a2a 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -159,7 +159,8 @@ This function provides equivalent functionality, but makes 
no efforts to optimis
               (not (any "(" ")"))))
       ")"
       (* space)
-      "="))
+      "="
+      (not (any "="))))
 
 (defconst julia-type-regex
   (rx symbol-start (or "immutable" "type" "abstract") (1+ space) (group (1+ 
(or word (syntax symbol))))))



reply via email to

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