X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/bd71d5386f256f7fa9cbb33212c6d47e6a8d5af3..f11500173a38df467cbf4ffde47b4cfaa153ca88:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 04eb3c0..e48faa1 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -599,9 +599,9 @@ to force interactive compilation." #'flymake-get-make-cmdline))))) (setq flymake-allowed-file-name-masks - '(("\\.\\(?:c\\|C\\|cc\\|cpp\\|cxx\\|c\\+\\+\\)\\'" + '(("\\.\\(?:[cC]\\|cc\\|cpp\\|cxx\\|c\\+\\+\\)\\'" mdw-flymake-make-init) - ("\\.\\(?:h\\|H\\|hh\\|hpp\\|hxx\\|h\\+\\+\\)\\'" + ("\\.\\(?:[hH]\\|hh\\|hpp\\|hxx\\|h\\+\\+\\)\\'" mdw-flymake-master-make-init) ("\\.p[lm]" flymake-perl-init)))