Skip to content

Commit bab7cd5

Browse files
committed
Bump version and fix a warning
1 parent 1579ab6 commit bab7cd5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

solidity-mode.el

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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 <[email protected]>
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

0 commit comments

Comments
 (0)