summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-mtn.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-12-01 18:54:28 -0500
committerEric S. Raymond <esr@thyrsus.com>2014-12-01 18:54:28 -0500
commitb7fd432d56e352e25e6db4eaf5b081ddc5a39367 (patch)
tree21144cae16931e5f390459e7e64ba9a8eb22994b /lisp/vc/vc-mtn.el
parentd788058c50783f6be19a578f5968d6eec129af0a (diff)
downloademacs-b7fd432d56e352e25e6db4eaf5b081ddc5a39367.tar.gz
Remove could-register from the set of public VC backend methods,
* vc/vc.el and all backends: API simplification; could-register is no longer a public method. (vc-cvs.el still has a private implementation.)
Diffstat (limited to 'lisp/vc/vc-mtn.el')
-rw-r--r--lisp/vc/vc-mtn.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el
index e03d8551d6e..85aaf3dc542 100644
--- a/lisp/vc/vc-mtn.el
+++ b/lisp/vc/vc-mtn.el
@@ -180,7 +180,6 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
(vc-mtn-command nil 0 files "add"))
(defun vc-mtn-responsible-p (file) (vc-mtn-root file))
-(defun vc-mtn-could-register (file) (vc-mtn-root file))
(declare-function log-edit-extract-headers "log-edit" (headers string))