diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-16 15:20:17 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-16 15:20:17 +0000 |
commit | 68eb03ca88b06f7f4428db0164ae9758c29ffda4 (patch) | |
tree | e71c527088c9805de3e89d5bda72c30ab1cbdccc /lisp/vc-arch.el | |
parent | 44c0a4651ee9549b742172c770b1844d8600e36c (diff) | |
download | emacs-68eb03ca88b06f7f4428db0164ae9758c29ffda4.tar.gz |
(vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
Diffstat (limited to 'lisp/vc-arch.el')
-rw-r--r-- | lisp/vc-arch.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index 555d49b65fb..2ce5ef67656 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el @@ -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 |