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: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-svn.el
Date: Mon, 06 Feb 2006 14:35:34 +0000

Index: emacs/lisp/vc-svn.el
diff -u emacs/lisp/vc-svn.el:1.24 emacs/lisp/vc-svn.el:1.25
--- emacs/lisp/vc-svn.el:1.24   Tue Dec 13 22:25:24 2005
+++ emacs/lisp/vc-svn.el        Mon Feb  6 14:33:35 2006
@@ -1,6 +1,6 @@
 ;;; vc-svn.el --- non-resident support for Subversion version-control
 
-;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author:      FSF (see vc.el for full credits)
 ;; Maintainer:  Stefan Monnier <address@hidden>
@@ -114,7 +114,7 @@
                                           (file-name-directory file)))
     (with-temp-buffer
       (cd (file-name-directory file))
-      (let ((status 
+      (let ((status
              (condition-case nil
                  ;; Ignore all errors.
                  (vc-svn-command t t file "status" "-v")




reply via email to

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