[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround c43dfec32c 011/175: Update `interactive' for
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround c43dfec32c 011/175: Update `interactive' forms |
Date: |
Mon, 9 Oct 2023 13:00:59 -0400 (EDT) |
branch: elpa/evil-surround
commit c43dfec32c82c9101fa606292e5aea710fa925e5
Author: Vegard Øye <vegard_oye@hotmail.com>
Commit: Vegard Øye <vegard_oye@hotmail.com>
Update `interactive' forms
Use the code <R> to refer to Evil ranges.
---
surround.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/surround.el b/surround.el
index 8fe9d463c3..abeb6e4fc7 100644
--- a/surround.el
+++ b/surround.el
@@ -211,7 +211,7 @@ Becomes this:
:thing
}"
- (interactive (list (read-char))) ; CHAR
+ (interactive "<R>c")
(let* ((overlay (make-overlay beg end nil nil t))
(pair (surround-pair char))
(open (car pair))
@@ -246,7 +246,7 @@ Becomes this:
(evil-define-operator Surround-region (beg end type char)
"Call surround-region, toggling force-new-line"
- (interactive (list (read-char))) ; CHAR
+ (interactive "<R>c")
(surround-region beg end type char t))
(define-minor-mode surround-mode
- [nongnu] elpa/evil-surround 9f2917cfe2 018/175: Mention the buffer local surround pairs in the readme., (continued)
- [nongnu] elpa/evil-surround 9f2917cfe2 018/175: Mention the buffer local surround pairs in the readme., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround c42ddb5d1d 023/175: add autoloads, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 31cc1da60c 026/175: Merge pull request #14 from milkypostman/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0c503fc994 033/175: Merge branch 'master' of https://github.com/lyro/evil-surround, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 8b59d17d5c 038/175: Merge pull request #32 from Silex/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 77e7cd8de0 045/175: bring back the evil-Surround-region; make it work with yS, also, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 6f290e0270 048/175: Implement block-wise surround, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 7a2e79d7a8 039/175: Fix forgotten leftovers when renaming, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 72d35afc40 051/175: Fix surrounding with invalid chars, like ESC (Fix #51), ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 7cad34b28a 005/175: 'S' causes normal region to end up on it's own line, as in surround.vim, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround c43dfec32c 011/175: Update `interactive' forms,
ELPA Syncer <=
- [nongnu] elpa/evil-surround 2f49c479bf 016/175: Merge pull request #6 from cofi/buffer-local, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 1d6b1bac4e 027/175: Add wrap in function call, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 7f8f950985 037/175: Rename surround* to evil-surround*, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 28466957f9 044/175: Update README.md, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 9508236d8e 052/175: Merge branch 'fix-esc-surround' of github.com:hlissner/evil-surround into fix-esc-surround, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 430c81f2a1 071/175: Fix #71, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 8c03039e0e 073/175: Merge pull request #73 from hlissner/linewise-surround-fix, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 277759d894 074/175: Fix repeat action (.) for ys and yS operators., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround c99ca440df 057/175: I changed all references of "surround-pairs-alist" to, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 3812140e11 086/175: Merge pull request #83 from wbolster/use-explicit-autoload-definitions, ELPA Syncer, 2023/10/09