1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(vc-arch-workfile-unchanged-p): Define to avoid dup-diff.

This commit is contained in:
Stefan Monnier 2004-03-16 15:20:17 +00:00
parent 44c0a4651e
commit 68eb03ca88

View File

@ -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