chiark / gitweb /
el/dot-emacs (mdw-fontify-ada): Clear away dangerous speculative code.
Don't threaten to set `font-lock-syntactic-face-function' to `nil'.
Firstly, that's a terrible value to set to the variable, because it
makes fontification not work; and, secondly, the Ada mode's
syntactic-face function is fine, actually, and I want to leave it as it
is. Fortunately, I never actually committed to this foolishness, but
when I (evidently) cloned and hacked this function from the Rust-mode
version, I couldn't bring myself to delete that part entirely even
though it evidently didn't work.
Good riddance!