Skip to content

Commit

Permalink
[Fix #2045] *cider-scratch* is no longer an ancillary buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Aug 26, 2017
1 parent a1eee8c commit 7e93241
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

* [#2004](https://github.com/clojure-emacs/cider/issues/2004), [#2039](https://github.com/clojure-emacs/cider/issues/2039), [cider-nrepl#420](https://github.com/clojure-emacs/cider-nrepl/issues/420): Fix namespace issues in instrumentation and debugging commands.
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 7e93241

Please sign in to comment.