aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2022-10-27 11:22:30 +0300
committerBozhidar Batsov <bozhidar@batsov.dev>2022-10-27 11:22:30 +0300
commite2ccf0ea2be3e8db21e852f12924d1ed0b37c975 (patch)
treeec751e6d0fde3f9ac1fa75c3139e40ade294c033 /projectile.el
parent1c8edb9bf5d7b0cfd3c6bb16fa0581972b4a3696 (diff)
Try to appease the byte-compiler
Diffstat (limited to 'projectile.el')
-rw-r--r--projectile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/projectile.el b/projectile.el
index 4515693..cf39932 100644
--- a/projectile.el
+++ b/projectile.el
@@ -6000,7 +6000,7 @@ Otherwise behave as if called interactively.
(cl-defmethod project-root ((project (head projectile)))
(cdr project))
-(cl-defmethod project-files ((project (head projectile)) &optional dirs)
+(cl-defmethod project-files ((project (head projectile)) &optional _dirs)
(let ((root (project-root project)))
;; Make paths absolute and ignore the optional dirs argument,
;; see https://github.com/bbatsov/projectile/issues/1591#issuecomment-896423965