chiark / gitweb /
el/dot-emacs (mdw-fontify-ada): Clear away dangerous speculative code.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 12 Sep 2024 12:14:49 +0000 (13:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 28 Sep 2024 10:04:29 +0000 (11:04 +0100)
commitc37c6e7151cba43c8d243653be67bc54956f74e6
tree7c201974946a37c9b8e09541fd9f415b8aeefe92
parente09f045c4bc7703f709178b07f6c80a809daa03a
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!
el/dot-emacs.el