mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Revert "Avoid occasional confusion of Flymake C/C++ backend"
This reverts commit 67c3a3af1d, which
creates more problems than it solves.
This commit is contained in:
parent
b25d58c956
commit
f75e68fc9b
1 changed files with 1 additions and 3 deletions
|
|
@ -58,9 +58,7 @@ SOURCE."
|
|||
(cl-loop
|
||||
while
|
||||
(search-forward-regexp
|
||||
(concat
|
||||
"^\\(In file included from \\)?<stdin>:\\([0-9]+\\)\\(?::\\([0-9]+\\)\\)"
|
||||
"?:[\n ]?\\(error\\|warning\\|note\\): \\(.*\\)$")
|
||||
"^\\(In file included from \\)?<stdin>:\\([0-9]+\\)\\(?::\\([0-9]+\\)\\)?:\n?\\(.*\\): \\(.*\\)$"
|
||||
nil t)
|
||||
for msg = (match-string 5)
|
||||
for (beg . end) = (flymake-diag-region
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue