From a1b8aaa25e2fe7fe3448a0b7af9ead3829545424 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 17 Feb 2024 14:55:06 +0000 Subject: [PATCH] el/dot-emacs.el: Unbreak `mdw-fontify-rust' so this file actually compiles. Apparently it hasn't worked for nearly a year. --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 393e136..ac57d78 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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) -- 2.11.0