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

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

[elpa] master d83567e 073/348: counsel.el (counsel-locate-options): Remo


From: Oleh Krehel
Subject: [elpa] master d83567e 073/348: counsel.el (counsel-locate-options): Remove obsolete var
Date: Sat, 8 Apr 2017 11:03:29 -0400 (EDT)

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

    counsel.el (counsel-locate-options): Remove obsolete var
    
    Obsolete since a50f668 (4 month ago).
---
 counsel.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/counsel.el b/counsel.el
index 5bb9c3b..3f7396a 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1312,13 +1312,6 @@ When INITIAL-INPUT is non-nil, use it in the minibuffer 
during completion."
                   (substring url 1)))))))
 
 ;;** `counsel-locate'
-(defcustom counsel-locate-options nil
-  "Command line options for `locate`."
-  :group 'ivy
-  :type '(repeat string))
-
-(make-obsolete-variable 'counsel-locate-options 'counsel-locate-cmd "0.7.0")
-
 (defcustom counsel-locate-cmd (cond ((eq system-type 'darwin)
                                      'counsel-locate-cmd-noregex)
                                     ((and (eq system-type 'windows-nt)



reply via email to

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