From 17996b53fd7d07771b13f4201b06e5fd726168ef Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 31 May 2008 15:29:36 +0000 Subject: [PATCH] Fix typos. --- lisp/vc-cvs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index 4b0118d6362..2747b2b234a 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -870,7 +870,7 @@ state." ((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))) -- 2.39.2