From 560c84b62b346e1ce6edc0a334cdbfaa37de7884 Mon Sep 17 00:00:00 2001 From: Tobias Bading Date: Mon, 25 Feb 2019 14:26:38 +0100 Subject: [PATCH] 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 --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 5312a55a258..49b79de5851 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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 -- 2.39.2