emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 545ad84 3/3: Fix typo in previous commits


From: Stephen Leake
Subject: [Emacs-diffs] emacs-25 545ad84 3/3: Fix typo in previous commits
Date: Fri, 29 Jan 2016 23:54:00 +0000

branch: emacs-25
commit 545ad84a8cbe6f05999aa6b7cc1003801817c314
Author: Stephen Leake <address@hidden>
Commit: Stephen Leake <address@hidden>

    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.
---
 lisp/progmodes/project.el |    2 +-
 lisp/vc/vc-mtn.el         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index d12f662..2cc76aa 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 0e2e16b..6ce853f 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]