]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-arch-state): Don't assume the file exists.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 Jun 2004 00:25:50 +0000 (00:25 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 Jun 2004 00:25:50 +0000 (00:25 +0000)
lisp/vc-arch.el

index 6c67581a5a8dc0c2f5e0b0cdf0f17c41640bb58e..a439174556ec7b4eaf91edf221abdfcfcba563a1 100644 (file)
@@ -272,7 +272,7 @@ Return non-nil if FILE is unchanged."
                ;; 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