Skip to content

Commit

Permalink
[Fix clojure-emacs#2045] *cider-scratch* is no longer an ancillary bu…
Browse files Browse the repository at this point in the history
…ffer
  • Loading branch information
vspinu committed Jul 31, 2017
1 parent 2f28196 commit 0941f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### Changes

* [#2045](https://github.com/clojure-emacs/cider/issues/2045) `*cider-scratch*` buffers are no longer killed on connection quit.

### Bugs Fixed

* Project-Only stacktrace filter: hide all other tags when viewing project-only stacktrace.
Expand Down
1 change: 0 additions & 1 deletion cider-scratch.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 0941f42

Please # to comment.