branch: master
commit 0d619ea71f156e97c534bf96e38590933e0921f3
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
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."