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

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

[nongnu] elpa/caml cf6a092 01/14: Put the groups in the 'languages stand


From: ELPA Syncer
Subject: [nongnu] elpa/caml cf6a092 01/14: Put the groups in the 'languages standard group
Date: Tue, 24 Aug 2021 05:57:21 -0400 (EDT)

branch: elpa/caml
commit cf6a09220aa97086fefa7e19d3253284f955344a
Author: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    Put the groups in the 'languages standard group
---
 caml-help.el  | 3 ++-
 caml-types.el | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/caml-help.el b/caml-help.el
index 90b0cd5..c7aec86 100644
--- a/caml-help.el
+++ b/caml-help.el
@@ -54,7 +54,8 @@
 ;; variables to be customized
 
 (defgroup caml-help nil
-  "Customizations for `caml-help'.")
+  "Customizations for `caml-help'."
+  :group 'languages)
 
 (require 'cl-lib)
 
diff --git a/caml-types.el b/caml-types.el
index 81800bd..b2da445 100644
--- a/caml-types.el
+++ b/caml-types.el
@@ -88,7 +88,8 @@ type call ident")
         (concat "^" caml-types-position-re " " caml-types-position-re)))
 
 (defgroup caml-types nil
-  "Customization for `caml-types'.")
+  "Customization for `caml-types'."
+  :group 'languages)
 
 (defface caml-types-expr-face
   '((((class color) (background light)) :background "#88FF44")



reply via email to

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