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

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

[nongnu] elpa/julia-mode d6a298b 146/352: Removing unused constant.


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode d6a298b 146/352: Removing unused constant.
Date: Sun, 29 Aug 2021 11:22:33 -0400 (EDT)

branch: elpa/julia-mode
commit d6a298b488367c0134d7812f7c68cf4a7782b636
Author: Wilfred Hughes <me@wilfred.me.uk>
Commit: Yichao Yu <yyc1992@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"))
 



reply via email to

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