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

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

[nongnu] elpa/julia-mode 16969b1 018/352: removing special syntax of quo


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 16969b1 018/352: removing special syntax of quote()
Date: Sun, 29 Aug 2021 11:22:07 -0400 (EDT)

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

    removing special syntax of quote()
    some whitespace fixes
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index 49db005..bf9a76f 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -45,7 +45,7 @@
          (mapconcat
           'identity
           '("if" "else" "elseif" "while" "for" "begin" "end" "do"
-            "try" "catch" "return" "local" "type" "function" "quote"
+            "try" "catch" "return" "local" "type" "function"
            "typealias" "break" "continue" "struct" "global" "macro"
            "module" "import" "export" "const")
           "\\|") "\\)\\>")



reply via email to

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