summaryrefslogtreecommitdiff
path: root/cider-scratch.el
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2017-07-31 10:48:05 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-08-29 19:41:44 +0300
commit595e8a7f321a746642fc368ac928d07f37656774 (patch)
treec2e6b36c9bebb2f083be011fbcdd29bf2b428899 /cider-scratch.el
parentcb87da4e73c92abed744d3488311a1cb3d980476 (diff)
[Fix #2045] *cider-scratch* is no longer an ancillary buffer
Diffstat (limited to 'cider-scratch.el')
-rw-r--r--cider-scratch.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider-scratch.el b/cider-scratch.el
index 4e500847..1b6d12e5 100644
--- a/cider-scratch.el
+++ b/cider-scratch.el
@@ -52,7 +52,6 @@
map))
(defconst cider-scratch-buffer-name "*cider-scratch*")
-(add-to-list 'cider-ancillary-buffers cider-scratch-buffer-name)
;;;###autoload
(defun cider-scratch ()