emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/git-commit 15b2f27 1/2: magit-insert-error-header: Use err


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 15b2f27 1/2: magit-insert-error-header: Use error face
Date: Fri, 3 Dec 2021 13:58:00 -0500 (EST)

branch: elpa/git-commit
commit 15b2f277ae3ac6c3ea5a52e64698a84f8c03311f
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-insert-error-header: Use error face
---
 lisp/magit-status.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/magit-status.el b/lisp/magit-status.el
index ab07260..ddb0191 100644
--- a/lisp/magit-status.el
+++ b/lisp/magit-status.el
@@ -551,8 +551,7 @@ the status buffer causes this section to disappear again."
     (magit-insert-section (error 'git)
       (insert (propertize (format "%-10s" "GitError! ")
                           'font-lock-face 'magit-section-heading))
-      (insert (propertize magit-this-error
-                          'font-lock-face 'font-lock-warning-face))
+      (insert (propertize magit-this-error 'font-lock-face 'error))
       (when-let ((key (car (where-is-internal 'magit-process-buffer))))
         (insert (format "  [Type `%s' for details]" (key-description key))))
       (insert ?\n))



reply via email to

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