emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc-svn.el


From: Karl Fogel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-svn.el
Date: Fri, 04 Jun 2004 01:00:08 -0400

Index: emacs/lisp/vc-svn.el
diff -c emacs/lisp/vc-svn.el:1.13 emacs/lisp/vc-svn.el:1.14
*** emacs/lisp/vc-svn.el:1.13   Tue Apr 20 16:48:10 2004
--- emacs/lisp/vc-svn.el        Fri Jun  4 04:37:09 2004
***************
*** 195,202 ****
  
  (defun vc-svn-checkin (file rev comment)
    "SVN-specific version of `vc-backend-checkin'."
!   (let ((status (apply 'vc-svn-command nil 1 file
!                      "ci" (list* "-m" comment (vc-switches 'SVN 'checkin)))))
      (set-buffer "*vc*")
      (goto-char (point-min))
      (unless (equal status 0)
--- 195,203 ----
  
  (defun vc-svn-checkin (file rev comment)
    "SVN-specific version of `vc-backend-checkin'."
!   (let ((status (apply
!                  'vc-svn-command nil 1 file "ci"
!                  (nconc (list "-m" comment) (vc-switches 'SVN 'checkin)))))
      (set-buffer "*vc*")
      (goto-char (point-min))
      (unless (equal status 0)




reply via email to

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