Skip to content

Commit

Permalink
Rename deprecated alias to nrepl-sync-request:eval
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanstraub committed Aug 21, 2015
1 parent 71892c9 commit b05d330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-lisp/clj-autotest.el
Expand Up @@ -23,7 +23,7 @@
(delete-region (point-min) (point-max)))

(defun clja--run-expectations ()
(nrepl-send-string-sync clj-autotest-run-expectations))
(nrepl-sync-request:eval clj-autotest-run-expectations))

(defun clja--get-output (result)
(s-trim (nrepl-dict-get result "out")))
Expand Down

0 comments on commit b05d330

Please sign in to comment.