]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-annotate-parent-rev): Pacify byte compiler.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 25 Jun 2008 03:26:45 +0000 (03:26 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 25 Jun 2008 03:26:45 +0000 (03:26 +0000)
(vc-svn-parse-status): Do not set the vc-backend property.

lisp/ChangeLog
lisp/vc-svn.el

index 35365ed4ce2a0af8308ff1c0d4a3d87b246a4134..37e2e563aa61df493d57bcd0a5ec9cef556a1ca1 100644 (file)
@@ -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  <schwab@suse.de>
 
index a0ff184a7a0c06c40b1873690bdbec65587d79c3..30bf8d4ccf9f2dd8b5ba123c5686ad07b74c6953 100644 (file)
@@ -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))