Skip to content

Commit

Permalink
Replace a dependency to cider-common with a simple defvar
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 16, 2016
1 parent 1491f7d commit b197b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrepl-client.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
;;; Code:
(require 'seq)
(require 'cider-compat)
(require 'cider-common)
(require 'cl-lib)
(require 'nrepl-dict)
(require 'queue)
Expand Down Expand Up @@ -710,6 +709,7 @@ It is safe to call this function multiple times on the same ID."
(remhash id nrepl-pending-requests)))

(defvar cider-buffer-ns)
(defvar cider-special-mode-truncate-lines)
(declare-function cider-need-input "cider-interaction")
(declare-function cider-set-buffer-ns "cider-mode")

Expand Down

0 comments on commit b197b40

Please sign in to comment.