Skip to content

Commit

Permalink
[Fix clojure-emacs#1057] Update a couple of references to cider--jump…
Browse files Browse the repository at this point in the history
…-to-var
  • Loading branch information
bbatsov committed Apr 3, 2015
1 parent ceb2d7d commit fad5e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cider-interaction.el
Original file line number Diff line number Diff line change
Expand Up @@ -851,10 +851,10 @@ opposite of what that option dictates."
(interactive "P")
(cider-ensure-op-supported "info")
(if var
(cider--jump-to-var var line)
(cider--find-var var line)
(funcall (cider-prompt-for-symbol-function arg)
"Symbol: "
#'cider--jump-to-var)))
#'cider--find-var)))

(define-obsolete-function-alias 'cider-jump-to-resource 'cider-find-resource "0.9.0")
(define-obsolete-function-alias 'cider-jump-to-var 'cider-find-var "0.9.0")
Expand Down

0 comments on commit fad5e90

Please sign in to comment.