branch: elpa/julia-mode commit d6a298b488367c0134d7812f7c68cf4a7782b636 Author: Wilfred Hughes <m...@wilfred.me.uk> Commit: Yichao Yu <yyc1...@gmail.com>
Removing unused constant. --- julia-mode.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/julia-mode.el b/julia-mode.el index 85488ec..503f045 100644 --- a/julia-mode.el +++ b/julia-mode.el @@ -117,9 +117,6 @@ (list "if" "while" "for" "begin" "try" "function" "type" "let" "macro" "quote" "do" "immutable")) -(defconst julia-block-other-keywords - (list "else" "elseif")) - (defconst julia-block-end-keywords (list "end" "else" "elseif" "catch" "finally"))