Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for project-root before adding overload
Prior to emacs 28, the `project.el` package did not provide `project-root`. By providing an overload for `project-root`, any compatibility checks of `(fboundp 'project-root)` done by other packages will return true, even for versions that do not have `project-root`. Fixes #1868.
- Loading branch information