emacs-diffs
[Top][All Lists]
Advanced

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

scratch/comp-run 51c0ccb3a66: fix previous commit


From: Andrea Corallo
Subject: scratch/comp-run 51c0ccb3a66: fix previous commit
Date: Wed, 25 Oct 2023 18:26:35 -0400 (EDT)

branch: scratch/comp-run
commit 51c0ccb3a66d66b13b2730a9d05fc32984e4bf95
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    fix previous commit
---
 lisp/emacs-lisp/comp-run.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el
index 6cb3d3a84dc..cd6ad1aa5d5 100644
--- a/lisp/emacs-lisp/comp-run.el
+++ b/lisp/emacs-lisp/comp-run.el
@@ -239,7 +239,8 @@ processes from `comp-async-compilations'"
 
 (defvar comp-last-scanned-async-output nil)
 (make-variable-buffer-local 'comp-last-scanned-async-output)
-(defvar warning-suppress-types)
+;; HACK
+(defvar warning-suppress-types nil)
 (defun comp-accept-and-process-async-output (process)
   "Accept PROCESS output and check for diagnostic messages."
   (if native-comp-async-report-warnings-errors



reply via email to

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