branch: elpa/julia-mode
commit 16969b1e353f1dd17910c9d7a4409c69101fce68
Author: Jeff Bezanson <bezan...@post.harvard.edu>
Commit: Yichao Yu <yyc1...@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