[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 0d619ea 10/19: counsel.el (couns-clj): Add with-no-warning
From: |
Oleh Krehel |
Subject: |
[elpa] master 0d619ea 10/19: counsel.el (couns-clj): Add with-no-warnings |
Date: |
Thu, 16 Apr 2015 12:18:11 +0000 |
branch: master
commit 0d619ea71f156e97c534bf96e38590933e0921f3
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
counsel.el (couns-clj): Add with-no-warnings
---
counsel.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/counsel.el b/counsel.el
index 2456068..9a4cc81 100644
--- a/counsel.el
+++ b/counsel.el
@@ -47,7 +47,8 @@
(lambda (str)
(mapcar
#'cl-caddr
- (cider-sync-request:complete str ":same")))))
+ (with-no-warnings
+ (cider-sync-request:complete str ":same"))))))
(defun couns-git ()
"Find file in the current Git repository."
- [elpa] master updated (cf04c93 -> 22139ae), Oleh Krehel, 2015/04/16
- [elpa] master 0d619ea 10/19: counsel.el (couns-clj): Add with-no-warnings,
Oleh Krehel <=
- [elpa] master 6dd560c 05/19: swiper.el (swiper-map): Bind "C-l" to recenter, Oleh Krehel, 2015/04/16
- [elpa] master 49321c0 06/19: Allow duplicate candidates in `ivy-read', Oleh Krehel, 2015/04/16
- [elpa] master f72a860 11/19: counsel.el: Fixup prefixes, Oleh Krehel, 2015/04/16
- [elpa] master 841d59b 01/19: "C-s" should forward to "C-n" etc, Oleh Krehel, 2015/04/16
- [elpa] master 609577e 12/19: Fix invalid package header line, Oleh Krehel, 2015/04/16
- [elpa] master e816884 03/19: Default ARG to 1 for arrows, Oleh Krehel, 2015/04/16
- [elpa] master a8a1f65 02/19: Add numeric arguments to arrows, Oleh Krehel, 2015/04/16
- [elpa] master 0477214 08/19: Fix `ivy-backward-delete-char-function', Oleh Krehel, 2015/04/16
- [elpa] master 6dd1068 04/19: swiper.el (swiper-query-replace): Enable recursive minibuffers, Oleh Krehel, 2015/04/16
- [elpa] master 3b78e0e 18/19: swiper.el: Bump version, Oleh Krehel, 2015/04/16