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

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

[nongnu] elpa/raku-mode 0dd62e4d1f 217/253: Add missing 's' to parent cu


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 0dd62e4d1f 217/253: Add missing 's' to parent customization group name.
Date: Sat, 29 Jan 2022 08:29:00 -0500 (EST)

branch: elpa/raku-mode
commit 0dd62e4d1f3123bbd05ba5b11e56affea0031638
Author: Tim Van den Langenbergh <tmt_vdl@gmx.com>
Commit: Tim Van den Langenbergh <tmt_vdl@gmx.com>

    Add missing 's' to parent customization group name.
---
 raku-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/raku-mode.el b/raku-mode.el
index 9be44b1c5a..b42113e86d 100644
--- a/raku-mode.el
+++ b/raku-mode.el
@@ -36,7 +36,7 @@
 (defgroup raku nil
   "Major mode for editing Raku code."
   :prefix "raku-"
-  :group 'language)
+  :group 'languages)
 
 (require 'raku-detect)
 (require 'raku-font-lock)



reply via email to

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