branch: elpa/sesman
commit 16be56c643c60512a28514569f8f2de1951edb31
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

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

diff --git a/sesman.el b/sesman.el
index 469ec822f2..83737677d6 100644
--- a/sesman.el
+++ b/sesman.el
@@ -62,7 +62,8 @@
 (defcustom sesman-single-link-context-types '(buffer)
   "List of context types to which at most one session can be linked."
   :group 'sesman
-  :type '(repeat symbol))
+  :type '(repeat symbol)
+  :package-version '(sesman . "0.1.0"))
 
 ;; FIXME:
 ;; (defcustom sesman-abbreviate-paths 2

Reply via email to