Skip to content

Commit

Permalink
Remove cider-jump's alias
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Apr 3, 2015
1 parent fad5e90 commit 699cbec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cider-interaction.el
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,6 @@ opposite of what that option dictates."

(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")
(define-obsolete-function-alias 'cider-jump 'cider-jump-to-var "0.7.0")
(defalias 'cider-jump-back 'pop-tag-mark)

(defvar cider-completion-last-context nil)
Expand Down

0 comments on commit 699cbec

Please sign in to comment.