From: Mark Wooding Date: Fri, 13 Sep 2019 16:14:00 +0000 (+0100) Subject: el/dot-emacs.el: Add a heading for `m4'. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/df77a5752aac8f9481f1614b7025520fd0452531?hp=658bc84883a2de0f540525aa3d9f0a726c32fb1c el/dot-emacs.el: Add a heading for `m4'. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 776915c..92614ca 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3971,6 +3971,8 @@ that character only to be normal punctuation.") (list "\\(\\s.\\|\\s(\\|\\s)\\|\\s\\\\|\\s/\\)" '(0 mdw-punct-face))))) +;; m4. + (defun mdw-setup-m4 () ;; Inexplicably, Emacs doesn't match braces in m4 mode. This is very