emacs-diffs
[Top][All Lists]
Advanced

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

master b8e3f33: * lisp/progmodes/flymake.el (flymake-log): Push the righ


From: Stefan Monnier
Subject: master b8e3f33: * lisp/progmodes/flymake.el (flymake-log): Push the right code
Date: Sat, 6 Mar 2021 09:56:50 -0500 (EST)

branch: master
commit b8e3f338a67ca9c440f52ff2a6a9ac98dd5e0154
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * lisp/progmodes/flymake.el (flymake-log): Push the right code
---
 lisp/progmodes/flymake.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index e9b2b8a..8481a27 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -294,7 +294,7 @@ generated it."
          (sublog (if file
                      (intern
                       (file-name-nondirectory
-                       (file-name-sans-extension compile-file))))))
+                       (file-name-sans-extension file))))))
     `(flymake--log-1 ,level ',sublog ,msg ,@args)))
 
 (defun flymake-error (text &rest args)



reply via email to

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