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

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

[elpa] master 3177419 216/272: ivy.el (ivy-sort-functions-alist): Update


From: Oleh Krehel
Subject: [elpa] master 3177419 216/272: ivy.el (ivy-sort-functions-alist): Update :type
Date: Mon, 25 Apr 2016 10:13:26 +0000

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

    ivy.el (ivy-sort-functions-alist): Update :type
    
    Re #453
---
 ivy.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index b2c6cf9..2b7002c 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1125,7 +1125,8 @@ See also `ivy-sort-max-size'."
     :value-type (choice
                  (const :tag "Plain sort" string-lessp)
                  (const :tag "File sort" ivy-sort-file-function-default)
-                 (const :tag "No sort" nil)))
+                 (const :tag "No sort" nil)
+                 (function :tag "Custom function")))
   :group 'ivy)
 
 (defvar ivy-index-functions-alist



reply via email to

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