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

    Fix accidentally incremented version number of user option change in latest 
commit
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index ed0907c9f4..24db8cd52c 100644
--- a/mct.el
+++ b/mct.el
@@ -142,7 +142,7 @@ The `mct-completing-read-multiple-indicator' has no effect 
on versions
 of Emacs >= 31, as those have the user option `crm-prompt' which covers
 the same use-case."
   :type 'boolean
-  :package-version '(mct . "1.2.0")
+  :package-version '(mct . "1.1.0")
   :group 'mct)
 
 (defcustom mct-live-update-delay 0.3

Reply via email to