File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
; ;; solidity-mode.el --- Major mode for ethereum's solidity language
2
2
3
- ; ; Copyright (C) 2015 Lefteris Karapetsas
3
+ ; ; Copyright (C) 2015-2018 Lefteris Karapetsas
4
4
5
5
; ; Author: Lefteris Karapetsas <[email protected] >
6
6
; ; Keywords: languages
7
- ; ; Version: 0.1.2
7
+ ; ; Version: 0.1.3
8
8
9
9
; ; This program is free software; you can redistribute it and/or modify
10
10
; ; it under the terms of the GNU General Public License as published by
@@ -444,6 +444,9 @@ Highlight the 1st result."
444
444
445
445
; ;; --- interface with flycheck if existing ---
446
446
(when (eval-when-compile (require 'flycheck nil 'noerror ))
447
+ ; ; Avoid reference to free variable warnings
448
+ (defvar flycheck-solidity-checker-executable )
449
+
447
450
(flycheck-def-option-var flycheck-solidity-addstd-contracts nil solidity-checker
448
451
" Whether to add standard solidity contracts.
449
452
You can’t perform that action at this time.
0 commit comments