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:
committed by
Eli Zaretskii
parent
1dff097393
commit
560c84b62b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user