branch: externals/substitute
commit f0bc9460117a39fe6a3e4b62cdcdcbd5e7abf411
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Specify :package-version for the hook variable
---
 substitute.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/substitute.el b/substitute.el
index fede479c9b..d35679b14b 100644
--- a/substitute.el
+++ b/substitute.el
@@ -61,6 +61,7 @@ Every function is called with four arguments: TARGET, SUB, 
COUNT,
 and SCOPE.
 
 For a reference function, see `substitute-report-operation'."
+  :package-version '(substitute . "0.2.0")
   :group 'substitute
   :type 'hook)
 

Reply via email to