Skip to content

Commit

Permalink
[Fix #1565] Fix font-locking in apropos buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 15, 2016
1 parent 3171d75 commit 7f29cef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ and try to associate the created connection with this project automatically.
* [#1529](https://github.com/clojure-emacs/cider/issues/1529): Close nREPL message buffer when you quit its matching connection.
* [#707](https://github.com/clojure-emacs/cider/issues/707): Better support clojure.test/with-test.
* Fix namespace navigation in the namespace browser.
* [#1565](https://github.com/clojure-emacs/cider/issues/1565): Fix font-locking in apropos buffers.

## 0.10.2 / 2016-01-27

Expand Down
2 changes: 0 additions & 2 deletions cider-apropos.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@
"Show SUMMARY and RESULTS for QUERY in a pop-up buffer, formatted for DOCS-P."
(with-current-buffer (cider-popup-buffer cider-apropos-buffer t)
(let ((inhibit-read-only t))
(set-syntax-table clojure-mode-syntax-table)
(apropos-mode)
(cider-mode)
(if (boundp 'header-line-format)
(setq-local header-line-format summary)
(insert summary "\n\n"))
Expand Down

0 comments on commit 7f29cef

Please sign in to comment.