# HG changeset patch # User Dan Nicolaescu # Date 1212247776 0 # Node ID f3de1c31de143d51f2e4f7697dc91a9732cd9b0a # Parent 3a41427d46d96f27688db27569f1063a8a14cec8 Fix typos. diff -r 3a41427d46d9 -r f3de1c31de14 lisp/vc-cvs.el --- a/lisp/vc-cvs.el Sat May 31 15:23:58 2008 +0000 +++ b/lisp/vc-cvs.el Sat May 31 15:29:36 2008 +0000 @@ -870,7 +870,7 @@ ((string-match "Locally Added" status-str) 'added) ((string-match "Locally Removed" status-str) 'removed) ((string-match "File had conflicts " status-str) 'conflict) - ((string-match "Unknown" 'unregistered)) + ((string-match "Unknown" status-str) 'unregistered) (t 'edited))) (unless (eq status 'up-to-date) (push (list file status) result)))