emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 560c84b: Fix last change on 'compilation-parse-er


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 560c84b: Fix last change on 'compilation-parse-errors'
Date: Fri, 1 Mar 2019 05:07:11 -0500 (EST)

branch: emacs-26
commit 560c84b62b346e1ce6edc0a334cdbfaa37de7884
Author: Tobias Bading <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 5312a55..49b79de 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]