diff options
| -rw-r--r-- | projectile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projectile.el b/projectile.el index 3598a60..bacf92c 100644 --- a/projectile.el +++ b/projectile.el @@ -3603,7 +3603,7 @@ fallback to the original function." (when new-filename (setq filename new-filename)))) - (funcall #'orig-fun marker filename directory formats)) + (apply orig-fun `(,marker ,filename ,directory ,@formats))) (defun projectile-open-projects () "Return a list of all open projects. |
