[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/projectile eb6b6813a1 2/2: Touch up the previous commit
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/projectile eb6b6813a1 2/2: Touch up the previous commit |
Date: |
Mon, 15 Jan 2024 07:01:07 -0500 (EST) |
branch: elpa/projectile
commit eb6b6813a16befe9f06144428b6db2dae15b2f04
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Touch up the previous commit
---
CHANGELOG.md | 2 ++
projectile.el | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 132ef64202..fc2f98433f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+### New features
+
* [#1870](https://github.com/bbatsov/projectile/pull/1870): Add package
command for CMake projects.
* [#1875](https://github.com/bbatsov/projectile/pull/1875): Add support for
Sapling VCS.
diff --git a/projectile.el b/projectile.el
index 7057405249..6bbe6edc51 100644
--- a/projectile.el
+++ b/projectile.el
@@ -728,7 +728,8 @@ Set to nil to disable listing submodules contents."
(defcustom projectile-sapling-command "sl locate -0 -I ."
"Command used by projectile to get the files in a Sapling project."
:group 'projectile
- :type 'string)
+ :type 'string
+ :package-version '(projectile . "2.9.0"))
(defcustom projectile-fossil-command (concat "fossil ls | "
(when (string-equal system-type