branch: elpa/git-commit
commit 15b2f277ae3ac6c3ea5a52e64698a84f8c03311f
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@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