summaryrefslogtreecommitdiff
path: root/cider-inspector.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-09 17:53:05 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-09 17:53:05 +0200
commit265771092a8d3c9f12fd12ed9f6b743f54cbd4ea (patch)
tree7366c75b5d049e95c1f00eaa0a6dbf76a80e31f7 /cider-inspector.el
parentc88ed0819800b6840f2fe287897023c1a26d1958 (diff)
Make the inspector's buffer name consistent with the names of similar buffers
Diffstat (limited to 'cider-inspector.el')
-rw-r--r--cider-inspector.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-inspector.el b/cider-inspector.el
index 40c3a0c2..fc610521 100644
--- a/cider-inspector.el
+++ b/cider-inspector.el
@@ -35,7 +35,7 @@
;; Inspector Key Map and Derived Mode
;; ===================================
-(defconst cider-inspector-buffer "*cider inspect*")
+(defconst cider-inspector-buffer "*cider-inspect*")
;;; Customization
(defgroup cider-inspector nil