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:
parent
44c0a4651e
commit
68eb03ca88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user