chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
bd71d53
)
el/dot-emacs.el: Squish Flymake patterns a bit.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 3 Aug 2017 11:40:13 +0000
(12:40 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 3 Aug 2017 11:40:13 +0000
(12:40 +0100)
This is actually part of an abortive attempt to flymake assembler code.
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 04eb3c048952b96e9a076ae3a3d28776c659a860..e48faa1f6fced4cfa5b4ee5af232346b4485f567 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-599,9
+599,9
@@
(defun mdw-flymake-make-init ()
#'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)))