changeset 95442:f3de1c31de14

Fix typos.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 31 May 2008 15:29:36 +0000
parents 3a41427d46d9
children 14f66635f87d
files lisp/vc-cvs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))