]> code.delx.au - gnu-emacs-elpa/commitdiff
counsel.el (couns-clj): Add with-no-warnings
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 3 Apr 2015 09:29:00 +0000 (11:29 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 3 Apr 2015 09:29:00 +0000 (11:29 +0200)
counsel.el

index 24560681f544ff92e39111f344e95158f90e6edf..9a4cc81698b6ae40e61252950b2b9ebca5a17bdd 100644 (file)
@@ -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."