Skip to content

Commit

Permalink
Fix Emacs 27+ fileloop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Dec 16, 2019
1 parent cdf129a commit 0f5018f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
(declare-function vc-dir "vc-dir")
(declare-function vc-dir-busy "vc-dir")
(declare-function string-trim "subr-x")
(declare-function fileloop-continue "fileloop")
(declare-function fileloop-initialize-replace "fileloop")

(declare-function ggtags-ensure-project "ext:ggtags")
(declare-function ggtags-update-tags "ext:ggtags")
Expand Down

0 comments on commit 0f5018f

Please sign in to comment.