summaryrefslogtreecommitdiff
path: root/cider-popup.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-11-25 19:13:42 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-11-25 19:13:42 +0200
commitabb69bbf74ca511217e05b1e76b98230b96637b8 (patch)
tree5f7776735889acffbee71d793d43ee28bfaa7a7b /cider-popup.el
parent6fafa1b240076cff80c7fb411a8c85a01b315806 (diff)
[#1412] Track nREPL messages per session
Diffstat (limited to 'cider-popup.el')
-rw-r--r--cider-popup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-popup.el b/cider-popup.el
index 13d28bfd..515e3299 100644
--- a/cider-popup.el
+++ b/cider-popup.el
@@ -74,7 +74,7 @@ If prefix argument KILL is non-nil, kill the buffer instead of burying it."
(defvar-local cider-popup-output-marker nil)
-(defvar cider-ancillary-buffers (list nrepl-message-buffer-name))
+(defvar cider-ancillary-buffers nil)
(defun cider-make-popup-buffer (name &optional mode ancillary)
"Create a temporary buffer called NAME using major MODE (if specified).