[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/cider 20d8542602 4/4: Fix a regression
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/cider 20d8542602 4/4: Fix a regression |
|
Date: |
Sat, 4 Nov 2023 18:59:01 -0400 (EDT) |
branch: elpa/cider
commit 20d85426025b78b5ea9219fc92c28eac9fa1176f
Author: vemv <vemv@users.noreply.github.com>
Commit: vemv <vemv@users.noreply.github.com>
Fix a regression
https://github.com/clojure-emacs/cider/pull/3568#issuecomment-1793564839
---
cider-popup.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cider-popup.el b/cider-popup.el
index ef06970b7d..5bf8119512 100644
--- a/cider-popup.el
+++ b/cider-popup.el
@@ -92,7 +92,7 @@ by adding BUFFER-NAME to the `special-display-buffer-names'
list."
(reusable-frames .
;; choose any visible
frame
visible)))))))
- buffer-name))
+ (get-buffer buffer-name)))
(defun cider-popup-buffer-quit (&optional kill)
"Quit the current (temp) window.