From 34e6028a410937e80cb8c4b00668714868da3705 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 25 Jun 2008 03:26:45 +0000 Subject: [PATCH] (vc-annotate-parent-rev): Pacify byte compiler. (vc-svn-parse-status): Do not set the vc-backend property. --- lisp/ChangeLog | 1 + lisp/vc-svn.el | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35365ed4ce2..37e2e563aa6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,6 +9,7 @@ (vc-deduce-fileset): ... here. * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler. + (vc-svn-parse-status): Do not set the vc-backend property. 2008-06-25 Andreas Schwab diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index a0ff184a7a0..30bf8d4ccf9 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -613,9 +613,6 @@ information about FILENAME and return its status." (setq status (char-after (line-beginning-position))) (if (eq status ??) (vc-file-setprop file 'vc-state 'unregistered) - ;; `vc-BACKEND-registered' must not set vc-backend, - ;; which is instead set in vc-registered. - (unless filename (vc-file-setprop file 'vc-backend 'SVN)) ;; Use the last-modified revision, so that searching in vc-print-log ;; output works. (vc-file-setprop file 'vc-working-revision (match-string 3)) -- 2.39.5