emacs-diffs
[Top][All Lists]
Advanced

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

master b8ba3cb7f00 1/2: * Improve 'native-comp-async-report-warnings-err


From: Andrea Corallo
Subject: master b8ba3cb7f00 1/2: * Improve 'native-comp-async-report-warnings-errors' tag
Date: Thu, 29 Feb 2024 05:54:59 -0500 (EST)

branch: master
commit b8ba3cb7f00504ec58fda867a44631cc14b3343d
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * Improve 'native-comp-async-report-warnings-errors' tag
    
    * lisp/emacs-lisp/comp-run.el (native-comp-async-report-warnings-errors):
    Improve tag.
---
 lisp/emacs-lisp/comp-run.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el
index 8fcbe31cf0b..c78b5ece9bd 100644
--- a/lisp/emacs-lisp/comp-run.el
+++ b/lisp/emacs-lisp/comp-run.el
@@ -72,9 +72,9 @@ Set this variable to nil to suppress warnings altogether, or 
to
 the symbol `silent' to log warnings but not pop up the *Warnings*
 buffer."
   :type '(choice
-          (const :tag "Do not report warnings" nil)
-          (const :tag "Report and display warnings" t)
-          (const :tag "Report but do not display warnings" silent))
+          (const :tag "Do not report warnings/errors" nil)
+          (const :tag "Report and display warnings/errors" t)
+          (const :tag "Report but do not display warnings/errors" silent))
   :version "28.1")
 
 (defcustom native-comp-always-compile nil



reply via email to

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