diff options
| author | Stephen Leake | 2016-01-29 17:53:35 -0600 |
|---|---|---|
| committer | Stephen Leake | 2016-01-29 17:53:35 -0600 |
| commit | 545ad84a8cbe6f05999aa6b7cc1003801817c314 (patch) | |
| tree | 2ad46997331280963ab6b3f9776e8ac9d55faa08 | |
| parent | 7deeab6ff05c392533e05c95ec5e7abb6e3ecfe7 (diff) | |
| download | emacs-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.el | 2 | ||||
| -rw-r--r-- | 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 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))) |