Commit 40ef9f6
fallchildren
Fix delayed font-locking issue
Due to a previous refactoring of the font-locking a bug was introduced
where font-locking was delayed. This happened because
c-before-font-lock-functions did not include the function
c-change-expand-fl-region. This commit adds it back to the cc-mode
variable, so font-locking will not be delayed.
c-depropertize-new-text was introduced in current emacs master (will
probably be part of emacs 26?) and c-change-expand-fl-region was
introduced in emacs 25. These will be checked before calling
c-lang-defconst.
Github Issue: #4141 parent 5598dd3 commit 40ef9f6
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
489 | | - | |
490 | | - | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
491 | 493 | | |
492 | 494 | | |
493 | 495 | | |
| |||
0 commit comments