summaryrefslogtreecommitdiff
path: root/lisp/vc-mtn.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-10-20 01:28:35 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-10-20 01:28:35 +0000
commit07c1f9de622829c3f8032495fd6c8049fdc8857a (patch)
tree27082f8f87470168d08609956e5445a77d93030c /lisp/vc-mtn.el
parent8b301faa41d150a5d633fe524d9c7df068ae53a2 (diff)
downloademacs-07c1f9de622829c3f8032495fd6c8049fdc8857a.tar.gz
* vc-bzr.el (vc-bzr-diff-tree):
* vc-git.el (vc-git-diff-tree): * vc-hg.el (vc-hg-diff-tree): * vc-mcvs.el (vc-mcvs-diff-tree): * vc-mtn.el (vc-mtn-diff-tree): * vc-svn.el (vc-svn-diff-tree): Remove.
Diffstat (limited to 'lisp/vc-mtn.el')
-rw-r--r--lisp/vc-mtn.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc-mtn.el b/lisp/vc-mtn.el
index 0e10738a60d..0b209fdd5af 100644
--- a/lisp/vc-mtn.el
+++ b/lisp/vc-mtn.el
@@ -168,7 +168,6 @@
(defun vc-mtn-wash-log (file))
-(defalias 'vc-mtn-diff-tree 'vc-mtn-diff)
(defun vc-mtn-diff (files &optional rev1 rev2 buffer)
(apply 'vc-mtn-command (or buffer "*vc-diff*") 1 files "diff"
(append (if rev1 (list "-r" rev1)) (if rev2 (list "-r" rev2)))))