emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master d3e4514 063/184: Remove obsolete aliases older than one ye


From: Oleh Krehel
Subject: [elpa] master d3e4514 063/184: Remove obsolete aliases older than one year
Date: Wed, 16 Oct 2019 13:14:49 -0400 (EDT)

branch: master
commit d3e4514fd72f217c704ae18afdf711bb9036a04d
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]