Skip to content

Commit 9773544

Browse files
xiongtxbbatsov
authored andcommitted
Use cider--font-lock-ensure for compatibility with Emacs 24.5
Fixes #2056.
1 parent e503f56 commit 9773544

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## master (unreleased)
44

5+
### New Features
6+
7+
### Changes
8+
9+
### Bugs Fixed
10+
11+
* [#2057](https://github.com/clojure-emacs/cider/pull/2057) Use `cider--font-lock-ensure` for compatibility with Emacs 24.5.
12+
513
## 0.15.0 (2017-07-20)
614

715
### New Features

cider-browse-spec.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ a more user friendly representation of SPEC-FORM."
256256
(clojure-mode)
257257
(insert (cider-browse-spec--pprint spec-form))
258258
(indent-region (point-min) (point-max))
259-
(font-lock-ensure)
259+
(cider--font-lock-ensure)
260260
(buffer-string)))
261261
(cider--make-back-forward-xrefs)
262262
(current-buffer))))

0 commit comments

Comments
 (0)