* lisp/progmodes/project.el (project-find-file-in):
* lisp/vc/vc-mtn.el (vc-mtn-find-ignore-file): Fix typo in previous
commit.
(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)
(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)))