emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile 0ad826213a 1/2: Add missing :package-version


From: ELPA Syncer
Subject: [nongnu] elpa/projectile 0ad826213a 1/2: Add missing :package-version
Date: Wed, 11 Oct 2023 04:01:22 -0400 (EDT)

branch: elpa/projectile
commit 0ad826213a18afcba6d8f412fdb462850b29239c
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Add missing :package-version
---
 projectile.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/projectile.el b/projectile.el
index 8b650ed5d5..f7d4363393 100644
--- a/projectile.el
+++ b/projectile.el
@@ -681,7 +681,8 @@ means check all the subdirectories of DIRECTORY.  Etc."
    ((executable-find "fd") "fd"))
   "Path or name of fd executable used by Projectile if enabled.
 Nil means fd is not installed or should not be used."
-  :type 'string)
+  :type 'string
+  :package-version '(projectile . "2.8.0"))
 
 (defcustom projectile-git-use-fd (when projectile-fd-executable t)
   "Non-nil means use fd to implement git ls-files.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]