summaryrefslogtreecommitdiff
path: root/cider-eldoc.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-10 05:41:42 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-10 05:41:42 -0700
commitc8bb6bc43da72dcce5b855757145ce99a1521c8f (patch)
treeff2644f207cc6193eb12b442898f318468996f25 /cider-eldoc.el
parent007e5bd60925d509aa8abf3f39299d15d8f2144a (diff)
Kill everything that was obsoleted in the previous release
Diffstat (limited to 'cider-eldoc.el')
-rw-r--r--cider-eldoc.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/cider-eldoc.el b/cider-eldoc.el
index 2b083af8..dfc76cb2 100644
--- a/cider-eldoc.el
+++ b/cider-eldoc.el
@@ -214,8 +214,6 @@ eldoc mode has to be enabled for this to have any effect."
(setq-local eldoc-documentation-function #'cider-eldoc)
(apply #'eldoc-add-command cider-extra-eldoc-commands))
-(define-obsolete-function-alias 'cider-turn-on-eldoc-mode 'eldoc-mode)
-
(provide 'cider-eldoc)
;;; cider-eldoc.el ends here