From: Chong Yidong Date: Wed, 27 Aug 2008 20:38:53 +0000 (+0000) Subject: * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is not X-Git-Tag: emacs-pretest-23.0.90~3222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e69a192167c3092a739e143fb471e8a6c114cbfa;p=emacs.git * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is not the same as the last modification time, fall back on the backend-specific check. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d4ba7d364be..719c25b1aa5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-08-27 Alex Harsanyi (tiny change) + + * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is + not the same as the last modification time, fall back on the + backend-specific check. + 2008-08-27 Teodor Zlatanov * add-log.el (change-log-next-error): Run an extra `find-file' to