Commit b0f8636
fallchildren
set c-before-font-lock-functions to default 't' value to not inherit java's value
this will make the variable more portable through emacs versions
Background:
java has to function in the variable we do not want:
- c-parse-quotes-after-change
- c-restore-<>-properties
as those are the only ones making java mode differ from the default
value we use that instead. The default value (which will be used if
no entry is in c-before-font-lock-functions for the used mode) has
changed from emacs 24 to master several times and may change in the
future. So this solution might spare us a few compability commits in
the future.1 parent 85f52b2 commit b0f8636
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | | - | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
485 | 486 | | |
486 | 487 | | |
487 | 488 | | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
| 489 | + | |
493 | 490 | | |
494 | 491 | | |
495 | 492 | | |
| |||
0 commit comments