diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-01 19:13:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-01 19:13:16 +0000 |
commit | 3702367bcef4d8987b1c6aa06ab29ec0390d6887 (patch) | |
tree | 28e5ebf63522f5a5b0930eeccaf573a613b6b0b3 /lisp/vc-svn.el | |
parent | a84615c77a3642de1ddc4f488017adfab586a33e (diff) | |
download | emacs-3702367bcef4d8987b1c6aa06ab29ec0390d6887.tar.gz |
Change 'needs-patch to 'needs-update.
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r-- | lisp/vc-svn.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 31d346ea87a..053c7fd1965 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -625,7 +625,7 @@ information about FILENAME and return its status." (cond ((eq status ?\ ) (if (eq (char-after (match-beginning 1)) ?*) - 'needs-patch + 'needs-update (vc-file-setprop file 'vc-checkout-time (nth 5 (file-attributes file))) 'up-to-date)) |