1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Stephen Leake 2016-01-29 17:53:35 -06:00
parent 7deeab6ff0
commit 545ad84a8c
2 changed files with 2 additions and 2 deletions

View 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)))