From: Dan Nicolaescu Date: Sat, 31 May 2008 15:29:36 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-23.0.90~5186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17996b53fd7d07771b13f4201b06e5fd726168ef;p=emacs.git Fix typos. --- 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)))