emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2ebcda4: Adapt vc-src to the old-new vc-checkin API


From: Eli Zaretskii
Subject: [Emacs-diffs] master 2ebcda4: Adapt vc-src to the old-new vc-checkin API
Date: Sat, 19 Sep 2015 17:58:39 +0000

branch: master
commit 2ebcda4da0683f0c9102779bde13843795d6db78
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Adapt vc-src to the old-new vc-checkin API
    
    * lisp/vc/vc-src.el (vc-src-checkin): Accept and ignore an
    additional optional parameter.
---
 lisp/vc/vc-src.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el
index d9aa1b1..69e4036 100644
--- a/lisp/vc/vc-src.el
+++ b/lisp/vc/vc-src.el
@@ -227,7 +227,7 @@ This function differs from vc-do-command in that it invokes 
`vc-src-program'."
                                           file
                                         (file-name-directory file)))))
 
-(defun vc-src-checkin (files comment)
+(defun vc-src-checkin (files comment &optional _rev)
   "SRC-specific version of `vc-backend-checkin'.
 REV is ignored."
   (vc-src-command nil files "commit" "-m" comment))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]