Fix last change on 'compilation-parse-errors'
* lisp/progmodes/compile.el (compilation-parse-errors): Fix previous change in this function. (Bug#34479) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
1dff097393
commit
560c84b62b
1 changed files with 1 additions and 1 deletions
|
@ -1432,7 +1432,7 @@ to `compilation-error-regexp-alist' if RULES is nil."
|
|||
(let ((this-type (if (consp type)
|
||||
(compilation-type type)
|
||||
(or type 2))))
|
||||
(compilation--note-type type)
|
||||
(compilation--note-type this-type)
|
||||
|
||||
(compilation--put-prop
|
||||
file 'font-lock-face
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue