Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8425a49a
Commit
8425a49a
authored
Apr 20, 1994
by
Roland McGrath
Browse files
(compilation-parse-errors): Fix references for column number, 3 elt not
2nd.
parent
dd6e8a8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+2
-2
No files found.
lisp/progmodes/compile.el
View file @
8425a49a
...
...
@@ -1100,8 +1100,8 @@ See variable `compilation-parse-errors-function' for the interface it uses."
(cons (list subexpr
(+ subexpr (nth 1 (car alist)))
(+ subexpr (nth 2 (car alist)))
(and (nth
2
(car alist))
(+ subexpr (nth
2
(car alist)))))
(and (nth
3
(car alist))
(+ subexpr (nth
3
(car alist)))))
error-regexp-groups))
(setq subexpr (+ subexpr 1 (count-regexp-groupings (car (car alist)))))
(setq alist (cdr alist)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment