branch: elpa/slime
commit 064716011575908ca11623592664196b5a38a560
Author: Mariano Montone <[email protected]>
Commit: Stas Boukarev <[email protected]>

    Small fix in slime-fuzzy contrib
    
    See Github issue #899
---
 contrib/slime-fuzzy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/slime-fuzzy.el b/contrib/slime-fuzzy.el
index 7df8bd88be1..527c6b2d87d 100644
--- a/contrib/slime-fuzzy.el
+++ b/contrib/slime-fuzzy.el
@@ -573,7 +573,7 @@ run."
          (goto-char slime-fuzzy-end)
          (setq slime-fuzzy-target-buffer nil))
         (t
-         (let ((buf "*Fuzzy Completions*"))
+         (let ((buf (get-buffer "*Fuzzy Completions*")))
            (when buf
              (bury-buffer buf)))
          (setq slime-fuzzy-target-buffer nil))))

Reply via email to