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-arch.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-arch.el
Date: Mon, 31 May 2004 20:27:30 -0400

Index: emacs/lisp/vc-arch.el
diff -c emacs/lisp/vc-arch.el:1.7 emacs/lisp/vc-arch.el:1.8
*** emacs/lisp/vc-arch.el:1.7   Fri May 28 23:04:07 2004
--- emacs/lisp/vc-arch.el       Tue Jun  1 00:25:50 2004
***************
*** 272,278 ****
                ;; Buh?  Unexpected format.
                'edited
              (let ((ats (file-attributes file)))
!               (if (and (= (nth 7 ats) (string-to-number (match-string 2)))
                         (equal (format-time-string "%s" (nth 5 ats))
                                (match-string 1)))
                    'up-to-date
--- 272,278 ----
                ;; Buh?  Unexpected format.
                'edited
              (let ((ats (file-attributes file)))
!               (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




reply via email to

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