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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-svn.el [lexbind]
Date: Tue, 06 Jul 2004 05:57:34 -0400

Index: emacs/lisp/vc-svn.el
diff -c emacs/lisp/vc-svn.el:1.12.2.2 emacs/lisp/vc-svn.el:1.12.2.3
*** emacs/lisp/vc-svn.el:1.12.2.2       Tue Apr 27 14:08:30 2004
--- emacs/lisp/vc-svn.el        Tue Jul  6 09:41:25 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]