emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp c36b4ee 2/2: [TODO] Remove noisy anti-noise feature


From: Jonas Bernoulli
Subject: feature/native-comp c36b4ee 2/2: [TODO] Remove noisy anti-noise feature
Date: Wed, 18 Nov 2020 09:21:28 -0500 (EST)

branch: feature/native-comp
commit c36b4eed2d76f0e804d27d35dd6281f858639f94
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    [TODO] Remove noisy anti-noise feature
---
 lisp/emacs-lisp/warnings.el | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el
index f525ea43..6cd7022 100644
--- a/lisp/emacs-lisp/warnings.el
+++ b/lisp/emacs-lisp/warnings.el
@@ -292,17 +292,6 @@ entirely by setting `warning-suppress-types' or
              (insert (format (nth 1 level-info)
                              (format warning-type-format typename))
                      message)
-              ;; Don't output the buttons when doing batch compilation
-              ;; and similar.
-              (unless (or noninteractive (eq type 'bytecomp))
-                (insert " ")
-                (insert-button "Disable showing"
-                               'type 'warning-suppress-warning
-                               'warning-type type)
-                (insert " ")
-                (insert-button "Disable logging"
-                               'type 'warning-suppress-log-warning
-                               'warning-type type))
               (funcall newline)
              (when (and warning-fill-prefix (not (string-match "\n" message)))
                (let ((fill-prefix warning-fill-prefix)



reply via email to

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