summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-mtn.el
diff options
context:
space:
mode:
authorStephen Leake <stephen_leake@stephe-leake.org>2016-01-29 17:53:35 -0600
committerStephen Leake <stephen_leake@stephe-leake.org>2016-01-29 17:53:35 -0600
commit545ad84a8cbe6f05999aa6b7cc1003801817c314 (patch)
tree2ad46997331280963ab6b3f9776e8ac9d55faa08 /lisp/vc/vc-mtn.el
parent7deeab6ff05c392533e05c95ec5e7abb6e3ecfe7 (diff)
downloademacs-545ad84a8cbe6f05999aa6b7cc1003801817c314.tar.gz
Fix typo in previous commits
* lisp/progmodes/project.el (project-find-file-in): * lisp/vc/vc-mtn.el (vc-mtn-find-ignore-file): Fix typo in previous commit.
Diffstat (limited to 'lisp/vc/vc-mtn.el')
-rw-r--r--lisp/vc/vc-mtn.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el
index 0e2e16b44ae..6ce853f6aea 100644
--- a/lisp/vc/vc-mtn.el
+++ b/lisp/vc/vc-mtn.el
@@ -104,7 +104,7 @@ switches."
(defun vc-mtn-find-ignore-file (file)
"Return the mtn ignore file that controls FILE."
- (expand-file-name ".mtnignore" (vc-git-root file)))
+ (expand-file-name ".mtnignore" (vc-mtn-root file)))
(defun vc-mtn-registered (file)
(let ((root (vc-mtn-root file)))