emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-cvs.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el,v
Date: Sat, 31 May 2008 15:29:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/05/31 15:29:36

Index: vc-cvs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-cvs.el,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -b -r1.139 -r1.140
--- vc-cvs.el   31 May 2008 15:23:57 -0000      1.139
+++ vc-cvs.el   31 May 2008 15:29:36 -0000      1.140
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]