`font-lock-ensure` not found
Closed this issue · 2 comments
timmli commented
Under Emacs 24.5.1, I'm getting the following error message when trying to enter cm-mode
:
cm-mode: Symbol's function definition is void: font-lock-ensure
You switched to font-lock-ensure
recently in commit 5840e8f, which seems to be only supported in Emacs 25. Could you undo this at least for 24.x?
joostkremers commented
I pushed a fix for this. Let me know if you run into any trouble.
timmli commented
Works fine now. Thanks!