Skip to content

Commit aaae7a5

Browse files
committed
Also give a value to source-inplace
1 parent 28bd4b2 commit aaae7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Highlight the 1st result."
386386
;;; --- interface with flycheck if existing ---
387387
(when (require 'flycheck nil 'noerror)
388388
;; add dummy source-inplace definition to avoid errors
389-
(defvar source-inplace)
389+
(defvar source-inplace t)
390390
;; add a solidity mode callback to set the executable of solc for flycheck
391391
;; define solidity's flycheck syntax checker
392392
(flycheck-define-checker solidity-checker

0 commit comments

Comments
 (0)