Skip to content

Commit 794f3bd

Browse files
committed
Merge pull request #22 from rexim/qfix/free-var-assignment
Get rid of the free var assignment
2 parents 995d1e2 + 6197abf commit 794f3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psc-ide-protocol.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Protocol commands.
66

77
;; TODO localise
8-
(setq psc-ide-command-cwd (json-encode (list :command "cwd")))
8+
(defvar psc-ide-command-cwd (json-encode (list :command "cwd")))
99

1010
(defun psc-ide-command-load (modules deps)
1111
(json-encode

0 commit comments

Comments
 (0)