git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Xavier Maillard <zedek@gnu.org>
To: git@vger.kernel.org
Cc: julliard@winehq.org
Subject: [PATCH 4/7] Fixed dosctrings (typos) and preferably load cl before vc
Date: Sat, 03 Mar 2007 11:19:30 +0100	[thread overview]
Message-ID: <15295.1172917170@localhost> (raw)



Signed-off-by: Xavier Maillard <zedek@gnu.org>
---
 contrib/emacs/vc-git.el |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el
index 4cab845..748cb60 100644
--- a/contrib/emacs/vc-git.el
+++ b/contrib/emacs/vc-git.el
@@ -32,8 +32,8 @@
 ;;  - more customisable variables
 
 (eval-when-compile 
-  (require 'cl)
-  (require 'vc))
+  (require 'vc)
+  (require 'cl))
 
 ;; Add it automatically
 (add-to-list 'vc-handled-backends 'GIT)
@@ -49,14 +49,14 @@
   :group 'vc-git)
 
 (defcustom vc-git-author-name nil
-"*Author name to use in git. If nil, we check for environment variables
-GIT_AUTHOR_NAME or `user_full_name'."
+"*Author name to use in git. If nil, we check for environment variable
+GIT_AUTHOR_NAME or `user-full-name'."
   :type '(choice string (const nil))
   :group 'vc-git)
 
 (defcustom vc-git-author-email nil
-"*Author email to use in git. If nil, we check for environment variables
-GIT_AUTHOR_ADDRESS and if still nil, `user_mail_address'."
+"*Author email to use in git. If nil, we check for environment variable
+GIT_AUTHOR_ADDRESS and if still nil, `user-mail-address'."
   :type '(choice string (const nil))
   :group 'vc-git)
 
-- 
1.5.0

             reply	other threads:[~2007-03-03 10:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-03 10:19 Xavier Maillard [this message]
2007-03-03 22:07 ` [PATCH 4/7] Fixed dosctrings (typos) and preferably load cl before vc Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15295.1172917170@localhost \
    --to=zedek@gnu.org \
    --cc=git@vger.kernel.org \
    --cc=julliard@winehq.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).