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

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

[elpa] externals/wrap-search ca5f1d62f6: Tue May 7 08:54:16 AM CEST 2024


From: ELPA Syncer
Subject: [elpa] externals/wrap-search ca5f1d62f6: Tue May 7 08:54:16 AM CEST 2024
Date: Tue, 7 May 2024 03:59:55 -0400 (EDT)

branch: externals/wrap-search
commit ca5f1d62f6b96fbe34788b9d8929c14b06fc49ef
Author: Emanuel Berg <incal@dataswamp.org>
Commit: Emanuel Berg <incal@dataswamp.org>

    Tue May  7 08:54:16 AM CEST 2024
---
 wrap-search.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wrap-search.el b/wrap-search.el
index 8ccb722c5b..4b89f314d8 100644
--- a/wrap-search.el
+++ b/wrap-search.el
@@ -7,7 +7,7 @@
 ;; Keywords: matching
 ;; License: GPL3+
 ;; URL: https://dataswamp.org/~incal/emacs-init/wrap-search.el
-;; Version: 4.14.11
+;; Version: 4.15.11
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -43,8 +43,8 @@
 ;; To use the package without keyboard shortcuts isn't
 ;; recommended. Instead, do for example
 ;;
-;;   (global-set-key "\C-s" #'wrap-search)
-;;   (global-set-key "\C-r" #'wrap-search-again)
+;;   (keymap-global-set "C-s" #'wrap-search)
+;;   (keymap-global-set "C-r" #'wrap-search-again)
 ;;
 ;; One can use the `universal-argument' key, which is
 ;; typically C-u, before those functions to set two search



reply via email to

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