summaryrefslogtreecommitdiff
path: root/test/cider-selector-tests.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-02-24 18:09:39 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2014-02-24 18:09:39 +0200
commit5d650ba612a3be3fc0de79272ed7525d599d920f (patch)
treecc319536e6b9f7a819b338d6018020a3084b6903 /test/cider-selector-tests.el
parent173dc967e03c4e6e03ade2da0bd52378fa2efe26 (diff)
(set (make-local-variable 'x) ...) -> (setq-local x ...)
Diffstat (limited to 'test/cider-selector-tests.el')
-rw-r--r--test/cider-selector-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cider-selector-tests.el b/test/cider-selector-tests.el
index 429ac6c7..e8e7e099 100644
--- a/test/cider-selector-tests.el
+++ b/test/cider-selector-tests.el
@@ -9,7 +9,7 @@
(ert-deftest test-cider-selector-n ()
(with-temp-buffer
(let ((b1 (current-buffer)))
- (set (make-local-variable 'cider-endpoint) '("123.123.123.123" 4006))
+ (setq-local cider-endpoint '("123.123.123.123" 4006))
(let ((nrepl-connection-list (list (buffer-name b1))))
(nrepl-connection-browser)
(with-temp-buffer ;; switch to another buffer