Skip to content

Commit 7935ccc

Browse files
author
Bozhidar Batsov
committed
[Fix #888] Handle comments in cider-repl-mode
1 parent 13724e7 commit 7935ccc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [#867](https://github.com/clojure-emacs/cider/issues/867): Update Grimoire URL to fix (cider-grimoire-lookup) regression due to HTTP 301 (Moved Permanently).
88
* [#883](https://github.com/clojure-emacs/cider/issues/883): Encode properly the javadoc url.
99
* [#824](https://github.com/clojure-emacs/cider/issues/824): Fix REPL font-locking.
10+
* [#888](https://github.com/clojure-emacs/cider/issues/888): Handle comments in `cider-repl-mode`.
1011

1112
## 0.8.1 / 2014-11-20
1213

cider-repl.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,7 @@ constructs."
10481048
"Major mode for Clojure REPL interactions.
10491049
10501050
\\{cider-repl-mode-map}"
1051+
(lisp-mode-variables nil)
10511052
(setq-local lisp-indent-function 'clojure-indent-function)
10521053
(setq-local indent-line-function 'lisp-indent-line)
10531054
(make-local-variable 'completion-at-point-functions)

0 commit comments

Comments
 (0)