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 11; ;; solidity-mode.el --- Major mode for ethereum's solidity language
22
3- ; ; Copyright (C) 2015 Lefteris Karapetsas
3+ ; ; Copyright (C) 2015-2018 Lefteris Karapetsas
44
55; ; Author: Lefteris Karapetsas <lefteris@refu.co>
66; ; Keywords: languages
7- ; ; Version: 0.1.2
7+ ; ; Version: 0.1.3
88
99; ; This program is free software; you can redistribute it and/or modify
1010; ; it under the terms of the GNU General Public License as published by
@@ -444,6 +444,9 @@ Highlight the 1st result."
444444
445445; ;; --- interface with flycheck if existing ---
446446(when (eval-when-compile (require 'flycheck nil 'noerror ))
447+ ; ; Avoid reference to free variable warnings
448+ (defvar flycheck-solidity-checker-executable )
449+
447450 (flycheck-def-option-var flycheck-solidity-addstd-contracts nil solidity-checker
448451 " Whether to add standard solidity contracts.
449452
You can’t perform that action at this time.
0 commit comments