branch: elpa/caml commit cf6a09220aa97086fefa7e19d3253284f955344a Author: Christophe Troestler <christophe.troest...@umons.ac.be> Commit: Christophe Troestler <christophe.troest...@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")