]> git.eshelyaron.com Git - emacs.git/commit
API simplification: remove vc-workfile-unchanged-p from pubic methods.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 1 Dec 2014 13:24:27 +0000 (08:24 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 1 Dec 2014 13:24:27 +0000 (08:24 -0500)
commitf82f3f1f177c1a9cc2c2236f51acd1be1809ae1f
tree76163b25a84c8416f7f529b9331778020cb7dc8b
parent2532d74a5fb5168955aa900f597bf7efc14efb12
API simplification: remove vc-workfile-unchanged-p from pubic methods.

* vc/vc.el, vc-hooks.el, and all backends: API simplification;
vc-workfile-unchanged-p is no longer a public method (but the RCS and
SCCS back ends retain it as a private method used in state
computation). This method was redundant with vc-state and usually
implemented as a trivial call to same. Fixes the failure mode
described in bug#694.
12 files changed:
lisp/ChangeLog
lisp/vc/vc-arch.el
lisp/vc/vc-bzr.el
lisp/vc/vc-dav.el
lisp/vc/vc-git.el
lisp/vc/vc-hg.el
lisp/vc/vc-hooks.el
lisp/vc/vc-mtn.el
lisp/vc/vc-rcs.el
lisp/vc/vc-sccs.el
lisp/vc/vc-src.el
lisp/vc/vc.el