git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/4] git.el: Put the git customize group in the 'tools' parent group.
@ 2006-07-22 13:40 Alexandre Julliard
  2006-07-24  6:42 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Julliard @ 2006-07-22 13:40 UTC (permalink / raw)
  To: git

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
---
 contrib/emacs/git.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/contrib/emacs/git.el b/contrib/emacs/git.el
index 92cb2b9..68de9be 100644
--- a/contrib/emacs/git.el
+++ b/contrib/emacs/git.el
@@ -55,7 +55,8 @@ (require 'ewoc)
 ;;;; ------------------------------------------------------------
 
 (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.
-- 
1.4.2.rc1.ge7a0

-- 
Alexandre Julliard
julliard@winehq.org

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 4/4] git.el: Put the git customize group in the 'tools' parent group.
  2006-07-22 13:40 [PATCH 4/4] git.el: Put the git customize group in the 'tools' parent group Alexandre Julliard
@ 2006-07-24  6:42 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2006-07-24  6:42 UTC (permalink / raw)
  To: Alexandre Julliard; +Cc: git

Thanks for all four patches.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-24  6:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-22 13:40 [PATCH 4/4] git.el: Put the git customize group in the 'tools' parent group Alexandre Julliard
2006-07-24  6:42 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).