changeset 54409:a9f1e9611612

(vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 16 Mar 2004 15:20:17 +0000
parents 815ad617d6ac
children 85cd76b8b78c
files lisp/vc-arch.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-arch.el	Tue Mar 16 15:16:59 2004 +0000
+++ b/lisp/vc-arch.el	Tue Mar 16 15:20:17 2004 +0000
@@ -122,6 +122,11 @@
 	       ;; Strip the terminating newline.
 	       (buffer-substring (point-min) (1- (point-max)))))))))
 
+(defun vc-arch-workfile-unchanged-p (file)
+  "Check if FILE is unchanged by diffing against the master version.
+Return non-nil if FILE is unchanged."
+  nil)
+
 (defun vc-arch-state (file)
   ;; There's no checkout operation and merging is not done from VC
   ;; so the only operation that's state dependent that VC supports is commit