]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous commits
authorStephen Leake <stephen_leake@stephe-leake.org>
Fri, 29 Jan 2016 23:53:35 +0000 (17:53 -0600)
committerStephen Leake <stephen_leake@stephe-leake.org>
Fri, 29 Jan 2016 23:53:35 +0000 (17:53 -0600)
* lisp/progmodes/project.el (project-find-file-in):
* lisp/vc/vc-mtn.el (vc-mtn-find-ignore-file): Fix typo in previous
commit.

lisp/progmodes/project.el
lisp/vc/vc-mtn.el

index d12f66233d47e50ac88ecf2909a20525afbf644e..2cc76aa6af710f7e88c5ef2c9e56424159582cb5 100644 (file)
@@ -372,7 +372,7 @@ recognized."
     (if filename
         (format "Find file (%s): " filename)
       "Find file: ")
-    (project--file-completion-table project dirs)
+    (project-file-completion-table project dirs)
     nil t nil nil filename)))
 
 (provide 'project)
index 0e2e16b44ae3bf0976b53e43c8ff5bf6ac67a68f..6ce853f6aea6846882bdf708fbd723a3ccec0889 100644 (file)
@@ -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)))