diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-12-01 18:54:28 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-12-01 18:54:28 -0500 |
commit | b7fd432d56e352e25e6db4eaf5b081ddc5a39367 (patch) | |
tree | 21144cae16931e5f390459e7e64ba9a8eb22994b /lisp/vc/vc-mtn.el | |
parent | d788058c50783f6be19a578f5968d6eec129af0a (diff) | |
download | emacs-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.el | 1 |
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)) |