From c234568d1483e2c1f490735c4524e44383290c81 Mon Sep 17 00:00:00 2001 From: thierry Date: Sat, 15 Aug 2009 18:44:14 +0200 Subject: [PATCH] Sort all alists in bookmark+ sources. --- anything-config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anything-config.el b/anything-config.el index 0feb378..f9873f2 100644 --- a/anything-config.el +++ b/anything-config.el @@ -1592,7 +1592,8 @@ RedOnWhite ==> Directory." (funcall fn)) for i in alist for b = (car i) - collect b)) + collect b into sa + finally return (sort sa 'string-lessp))) ;; Regions (defvar anything-c-source-bookmark-regions -- 2.11.4.GIT