aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Leake2016-01-29 17:53:35 -0600
committerStephen Leake2016-01-29 17:53:35 -0600
commit545ad84a8cbe6f05999aa6b7cc1003801817c314 (patch)
tree2ad46997331280963ab6b3f9776e8ac9d55faa08
parent7deeab6ff05c392533e05c95ec5e7abb6e3ecfe7 (diff)
downloademacs-545ad84a8cbe6f05999aa6b7cc1003801817c314.tar.gz
emacs-545ad84a8cbe6f05999aa6b7cc1003801817c314.zip
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.
-rw-r--r--lisp/progmodes/project.el2
-rw-r--r--lisp/vc/vc-mtn.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index d12f66233d4..2cc76aa6af7 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -372,7 +372,7 @@ recognized."
372 (if filename 372 (if filename
373 (format "Find file (%s): " filename) 373 (format "Find file (%s): " filename)
374 "Find file: ") 374 "Find file: ")
375 (project--file-completion-table project dirs) 375 (project-file-completion-table project dirs)
376 nil t nil nil filename))) 376 nil t nil nil filename)))
377 377
378(provide 'project) 378(provide 'project)
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."
104 104
105(defun vc-mtn-find-ignore-file (file) 105(defun vc-mtn-find-ignore-file (file)
106 "Return the mtn ignore file that controls FILE." 106 "Return the mtn ignore file that controls FILE."
107 (expand-file-name ".mtnignore" (vc-git-root file))) 107 (expand-file-name ".mtnignore" (vc-mtn-root file)))
108 108
109(defun vc-mtn-registered (file) 109(defun vc-mtn-registered (file)
110 (let ((root (vc-mtn-root file))) 110 (let ((root (vc-mtn-root file)))