From: Tobias Bading Date: Mon, 25 Feb 2019 13:26:38 +0000 (+0100) Subject: Fix last change on 'compilation-parse-errors' X-Git-Tag: emacs-26.2~53 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=560c84b;p=emacs.git 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 --- 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