branch: master
commit d3e4514fd72f217c704ae18afdf711bb9036a04d
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    Remove obsolete aliases older than one year
---
 counsel.el | 3 ---
 ivy.el     | 2 --
 2 files changed, 5 deletions(-)

diff --git a/counsel.el b/counsel.el
index 5242131..ca7bbde 100644
--- a/counsel.el
+++ b/counsel.el
@@ -530,9 +530,6 @@ Used by commands `counsel-describe-variable' and
                  (error "Couldn't find definition of %s"
                         sym))))))))
 
-(define-obsolete-function-alias 'counsel-symbol-at-point
-    'ivy-thing-at-point "0.7.0")
-
 (defun counsel--variable-p (symbol)
   "Return non-nil if SYMBOL is a bound or documented variable."
   (or (and (boundp symbol)
diff --git a/ivy.el b/ivy.el
index a38d208..e8a41cd 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4295,8 +4295,6 @@ Skip buffers that match `ivy-ignore-buffers'."
             :keymap ivy-switch-buffer-map
             :caller 'ivy-switch-buffer-other-window))
 
-(define-obsolete-function-alias 'ivy-recentf 'counsel-recentf "0.8.0")
-
 (defun ivy--yank-by (fn &rest args)
   "Pull buffer text from current line into search string.
 The region to extract is determined by the respective values of

Reply via email to