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

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

[nongnu] elpa/evil-exchange ba64a66e26 11/46: correct autoloads, try to


From: ELPA Syncer
Subject: [nongnu] elpa/evil-exchange ba64a66e26 11/46: correct autoloads, try to fix #2
Date: Thu, 6 Jan 2022 03:59:51 -0500 (EST)

branch: elpa/evil-exchange
commit ba64a66e2610b1c30c6018d2be5395e290e1bc27
Author: Dewdrops <v_v_4474@126.com>
Commit: Dewdrops <v_v_4474@126.com>

    correct autoloads, try to fix #2
---
 evil-exchange.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/evil-exchange.el b/evil-exchange.el
index 4aafb7713a..4d5aace105 100644
--- a/evil-exchange.el
+++ b/evil-exchange.el
@@ -64,6 +64,9 @@
 (defvar evil-exchange-position nil "Text position which will be exchanged")
 
 ;;;###autoload
+(autoload 'evil-exchange "evil-exchange"
+  "Exchange text more easily within Evil" t)
+
 (evil-define-operator evil-exchange (beg end type)
   "Exchange two regions with evil motion."
   :move-point nil



reply via email to

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