aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/flymake-cc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake-cc.el b/lisp/progmodes/flymake-cc.el
index 1b449bd0793..5733ef4d666 100644
--- a/lisp/progmodes/flymake-cc.el
+++ b/lisp/progmodes/flymake-cc.el
@@ -72,7 +72,8 @@ SOURCE."
72 '(("error" . :error) 72 '(("error" . :error)
73 ("note" . :note) 73 ("note" . :note)
74 ("warning" . :warning)) 74 ("warning" . :warning))
75 #'string-match)) 75 #'string-match
76 :error))
76 collect (flymake-make-diagnostic source beg end type msg))) 77 collect (flymake-make-diagnostic source beg end type msg)))
77 78
78(defun flymake-cc-use-special-make-target () 79(defun flymake-cc-use-special-make-target ()