diff options
| -rw-r--r-- | lisp/vc/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 9675c364bb7..46f55358de8 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el | |||
| @@ -302,7 +302,7 @@ non-nil if FILE exists and its contents were successfully inserted." | |||
| 302 | (declare-function project-try-vc "project") | 302 | (declare-function project-try-vc "project") |
| 303 | (defun vc-known-roots () | 303 | (defun vc-known-roots () |
| 304 | "Return a list of known vc roots." | 304 | "Return a list of known vc roots." |
| 305 | (seq-filter #'project-try-vc (mapcar #'car (project-known-roots)))) | 305 | (seq-filter #'project-try-vc (project-known-project-roots))) |
| 306 | 306 | ||
| 307 | (defun vc-find-root (file witness) | 307 | (defun vc-find-root (file witness) |
| 308 | "Find the root of a checked out project. | 308 | "Find the root of a checked out project. |