changeset 55873:304d478aa594

(vc-arch-state): Don't assume the file exists.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 01 Jun 2004 00:25:50 +0000
parents f48e0e8c2740
children 8a2620ff2d01
files lisp/vc-arch.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-arch.el	Mon May 31 21:45:51 2004 +0000
+++ b/lisp/vc-arch.el	Tue Jun 01 00:25:50 2004 +0000
@@ -272,7 +272,7 @@
 		;; Buh?  Unexpected format.
 		'edited
 	      (let ((ats (file-attributes file)))
-		(if (and (= (nth 7 ats) (string-to-number (match-string 2)))
+		(if (and (eq (nth 7 ats) (string-to-number (match-string 2)))
 			 (equal (format-time-string "%s" (nth 5 ats))
 				(match-string 1)))
 		    'up-to-date