From: Stephen Leake Date: Fri, 29 Jan 2016 23:53:35 +0000 (-0600) Subject: Fix typo in previous commits X-Git-Tag: emacs-25.0.90~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=545ad84a8cbe6f05999aa6b7cc1003801817c314;p=emacs.git 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. --- 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." (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) 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)))