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

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

[nongnu] elpa/vcomplete 8450b1befd 91/91: ; Bump to version 1.2.1


From: ELPA Syncer
Subject: [nongnu] elpa/vcomplete 8450b1befd 91/91: ; Bump to version 1.2.1
Date: Tue, 24 May 2022 15:59:12 -0400 (EDT)

branch: elpa/vcomplete
commit 8450b1befd46ac9754d57e2f98f150f33bb317ce
Author: Daniel Semyonov <daniel@dsemy.com>
Commit: Daniel Semyonov <daniel@dsemy.com>

    ; Bump to version 1.2.1
---
 .build.yml     | 2 +-
 config.mk      | 2 +-
 vcomplete.el   | 4 ++--
 vcomplete.texi | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.build.yml b/.build.yml
index 5b2e4d4c77..ff1fd4933e 100644
--- a/.build.yml
+++ b/.build.yml
@@ -8,4 +8,4 @@ tasks:
                 cd vcomplete
                 make
 artifacts:
-        - vcomplete/vcomplete-1.2.tar
+        - vcomplete/vcomplete-1.2.1.tar
diff --git a/config.mk b/config.mk
index 98b980c97c..b33a17af9d 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 PKG     = vcomplete
-VERSION = 1.2
+VERSION = 1.2.1
 
 INSTALLINFO = install-info
 MAKEINFO    = makeinfo
diff --git a/vcomplete.el b/vcomplete.el
index 4de95dcce8..3c21937227 100644
--- a/vcomplete.el
+++ b/vcomplete.el
@@ -4,7 +4,7 @@
 
 ;; Author: Daniel Semyonov <daniel@dsemy.com>
 ;; Maintainer: Vcomplete Mailing List <~dsemy/vcomplete-devel@lists.sr.ht>
-;; Version: 1.2
+;; Version: 1.2.1
 ;; Package-Requires: ((emacs "25.1"))
 ;; Keywords: convenience, matching
 ;; URL: https://dsemy.com/projects/vcomplete
@@ -58,7 +58,7 @@
 ;;
 ;; More commands can be added through `vcomplete-command-map':
 ;;
-;; (define-key vcomplete-command-map [?\C-a] #'my-command)
+;; (define-key vcomplete-command-map (kbd "C-a") #'my-command)
 ;;
 ;; You can customize `vcomplete-mode' using the customize interface:
 ;;
diff --git a/vcomplete.texi b/vcomplete.texi
index 242809d6a1..364330987a 100644
--- a/vcomplete.texi
+++ b/vcomplete.texi
@@ -28,7 +28,7 @@ General Public License for more details.
 
 @titlepage
 @title Vcomplete User Manual
-@subtitle for version 1.2.
+@subtitle for version 1.2.1.
 @author Daniel Semyonov
 @page
 @vskip 0pt plus 1filll
@@ -45,7 +45,7 @@ Vcomplete provides a minor mode enhancing the default 
completion list
 buffer, providing visual aids for selecting completions.
 
 @noindent
-This manual is for Vcomplete version 1.2.
+This manual is for Vcomplete version 1.2.1.
 
 @insertcopying
 @end ifnottex



reply via email to

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