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

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

[nongnu] elpa/julia-mode 0bd625b 028/352: misc. stuff:


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 0bd625b 028/352: misc. stuff:
Date: Sun, 29 Aug 2021 11:22:09 -0400 (EDT)

branch: elpa/julia-mode
commit 0bd625b70ad1549035dc57f95e65d380df7736c9
Author: Jeff Bezanson <bezanson@post.harvard.edu>
Commit: Yichao Yu <yyc1992@gmail.com>

    misc. stuff:
     "do" is no longer a reserved word; fix julia-mode
     adding >>>=
     randmatstat should use randn
     doing a garbage collection after startup phase
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index f667320..03f3b39 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -44,7 +44,7 @@
      (concat "\\<\\("
          (mapconcat
           'identity
-          '("if" "else" "elseif" "while" "for" "begin" "end" "do"
+          '("if" "else" "elseif" "while" "for" "begin" "end"
             "try" "catch" "return" "local" "type" "function"
            "typealias" "break" "continue" "struct" "global"
            "module" "import" "export" "const")



reply via email to

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