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

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

[nongnu] elpa/sesman 16be56c643 032/100: Add a missing :package-version


From: ELPA Syncer
Subject: [nongnu] elpa/sesman 16be56c643 032/100: Add a missing :package-version to a defcustom
Date: Tue, 28 Dec 2021 14:06:00 -0500 (EST)

branch: elpa/sesman
commit 16be56c643c60512a28514569f8f2de1951edb31
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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

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