From: Alexandre Julliard Date: Sat, 22 Jul 2006 13:40:13 +0000 (+0200) Subject: git.el: Put the git customize group in the 'tools' parent group. X-Git-Tag: v1.4.2-rc2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5df52584fa6cce1789009ad8a11f9eee92d5168a;p=thirdparty%2Fgit.git git.el: Put the git customize group in the 'tools' parent group. Signed-off-by: Alexandre Julliard Signed-off-by: Junio C Hamano --- diff --git a/contrib/emacs/git.el b/contrib/emacs/git.el index 92cb2b90fe..68de9be0c7 100644 --- a/contrib/emacs/git.el +++ b/contrib/emacs/git.el @@ -55,7 +55,8 @@ ;;;; ------------------------------------------------------------ (defgroup git nil - "Git user interface") + "A user interface for the git versioning system." + :group 'tools) (defcustom git-committer-name nil "User name to use for commits.