el/dot-emacs.el: Unbreak `mdw-fontify-rust' so this file actually compiles.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 17 Feb 2024 14:55:06 +0000 (14:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 17 Feb 2024 14:55:46 +0000 (14:55 +0000)
Apparently it hasn't worked for nearly a year.

el/dot-emacs.el

index 393e136..ac57d78 100644 (file)
@@ -3280,7 +3280,7 @@ name, as a symbol."
             ;; And anything else is punctuation.
             (list "\\(\\s.\\|\\s(\\|\\s)\\|\\s\\\\|\\s/\\)"
                   '(0 mdw-punct-face)))
-           font-lock-syntactic-face-function nil))
+           font-lock-syntactic-face-function nil))
 
   ;; Hack key bindings.
   (local-set-key [?{] 'mdw-self-insert-and-indent)