Mercurial > emacs
changeset 96257:343227fc64ed
(vc-annotate-parent-rev): Pacify byte compiler.
(vc-svn-parse-status): Do not set the vc-backend property.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 25 Jun 2008 03:26:45 +0000 |
parents | a56e02fe83fc |
children | 88d4cd706ca4 |
files | lisp/ChangeLog lisp/vc-svn.el |
diffstat | 2 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 25 03:19:14 2008 +0000 +++ b/lisp/ChangeLog Wed Jun 25 03:26:45 2008 +0000 @@ -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>
--- a/lisp/vc-svn.el Wed Jun 25 03:19:14 2008 +0000 +++ b/lisp/vc-svn.el Wed Jun 25 03:26:45 2008 +0000 @@ -613,9 +613,6 @@ (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))