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

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

[nongnu] elpa/projectile db5748e 3/3: Add :package-version property


From: ELPA Syncer
Subject: [nongnu] elpa/projectile db5748e 3/3: Add :package-version property
Date: Wed, 25 Aug 2021 02:57:39 -0400 (EDT)

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

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

diff --git a/projectile.el b/projectile.el
index 276626d..d47c281 100644
--- a/projectile.el
+++ b/projectile.el
@@ -756,7 +756,8 @@ It assumes the test/ folder is at the same level as src/."
 (defcustom projectile-per-project-compilation-buffer nil
   "When non-nil, the compilation command makes the per-project compilation 
buffer."
   :group 'projectile
-  :type 'boolean)
+  :type 'boolean
+  :package-version '(projectile . "2.6.0"))
 
 (defcustom projectile-after-switch-project-hook nil
   "Hooks run right after project is switched."



reply via email to

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