]> code.delx.au - gnu-emacs-elpa/commitdiff
counsel.el (counsel-recoll): add unwind
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 26 Feb 2016 17:40:07 +0000 (18:40 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 26 Feb 2016 17:40:07 +0000 (18:40 +0100)
Fixes #403

counsel.el

index 083413a38154e808fdc94f6841f647f63ff80beb..a1777177d15aca31de25fb8d1a1ef7497baa78b7 100644 (file)
@@ -1240,6 +1240,7 @@ INITIAL-INPUT can be given as the initial minibuffer input."
                           (find-file file-name)
                           (unless (string-match "pdf$" x)
                             (swiper ivy-text)))))
+            :unwind #'counsel-delete-process
             :caller 'counsel-recoll))
 ;;* Misc Emacs
 ;;** `counsel-org-tag'