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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-arch.el [lexbind]
Date: Tue, 06 Jul 2004 05:49:47 -0400

Index: emacs/lisp/vc-arch.el
diff -c emacs/lisp/vc-arch.el:1.3.2.4 emacs/lisp/vc-arch.el:1.3.2.5
*** emacs/lisp/vc-arch.el:1.3.2.4       Tue Jul  6 09:31:50 2004
--- emacs/lisp/vc-arch.el       Tue Jul  6 09:38:17 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]