chiark / gitweb /
el/dot-emacs (mdw-fontify-ada): Clear away dangerous speculative code.
[profile] / el / dot-emacs.el
index 911226b4513df7fae6d540285e350c095563325e..bf827cf5f929677677d0e68e0014e2cfe2d99016 100644 (file)
@@ -4126,9 +4126,7 @@ (defun mdw-fontify-ada ()
 
             ;; And anything else is punctuation.
             (list "\\(\\s.\\|\\s(\\|\\s)\\|\\s\\\\|\\s/\\)"
-                  '(0 mdw-punct-face)))
-           ;font-lock-syntactic-face-function nil
-                                                )))
+                  '(0 mdw-punct-face))))))
 
 (progn
   (add-hook 'ada-mode-hook 'mdw-misc-mode-config t)