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

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

[nongnu] elpa/raku-mode 7078ed08b4 033/253: font-lock-exit-face is not s


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 7078ed08b4 033/253: font-lock-exit-face is not standard
Date: Sat, 29 Jan 2022 08:28:36 -0500 (EST)

branch: elpa/raku-mode
commit 7078ed08b442c897d34fa881c224f0711896e231
Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
Commit: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>

    font-lock-exit-face is not standard
---
 perl6-font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl6-font-lock.el b/perl6-font-lock.el
index 4cace48a86..c78990fb1d 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -37,7 +37,7 @@
   :group 'perl6)
 
 (defface perl6-exception
-  '((t :inherit font-lock-exit-face))
+  '((t :inherit font-lock-keyword-face))
   "Face for exception keywords in Perl 6."
   :group 'perl6)
 



reply via email to

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