changeset 104094:67098a669a4c

(vc-git-checkin): Fix typo.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 28 Jul 2009 08:06:36 +0000
parents d4d230a6489c
children 5b0ac40cc7c1
files lisp/ChangeLog lisp/vc-git.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 28 05:57:35 2009 +0000
+++ b/lisp/ChangeLog	Tue Jul 28 08:06:36 2009 +0000
@@ -1,3 +1,7 @@
+2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* vc-git.el (vc-git-checkin): Fix typo.
+
 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>>
 
 	* progmodes/js2-mode.el: New file.
--- a/lisp/vc-git.el	Tue Jul 28 05:57:35 2009 +0000
+++ b/lisp/vc-git.el	Tue Jul 28 08:06:36 2009 +0000
@@ -436,7 +436,7 @@
 (defun vc-git-checkin (files rev comment)
   (let ((coding-system-for-write git-commits-coding-system))
     (vc-git-command nil 0 files "commit"
-		    (if vc-git-add-signoff "-s" "") "-m" comment "--only" "--")))
+		    (if vc-git-add-signoff "-s") "-m" comment "--only" "--")))
 
 (defun vc-git-find-revision (file rev buffer)
   (let ((coding-system-for-read 'binary)