Skip to content

Commit 2dafa65

Browse files
committed
Revert "Make cider-browse-spec-navigation buffer-local"
This reverts commit b89d53e. The revert is a temporary solution to #2036, until the logic of browsing and viewing specs is properly decoupled.
1 parent 976ffdb commit 2dafa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-browse-spec.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
(push cider-browse-spec-buffer cider-ancillary-buffers)
5151
(push cider-browse-spec-example-buffer cider-ancillary-buffers)
5252

53-
(defvar-local cider-browse-spec-navigation '()
53+
(defvar cider-browse-spec-navigation '()
5454
"Keeps the cider spec browser navigation stack.
5555
A list of strings which are specs or specs searches.
5656
First of the list is the top of the stack.

0 commit comments

Comments
 (0)