branch: externals/embark
commit d375a64caa1795346cac5870aa9fc174f0dc384b
Author: Omar Antolín <omar.anto...@gmail.com>
Commit: Omar Antolín <omar.anto...@gmail.com>

    Go back to binding rot13-region instead of message-caesar-region
---
 embark.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/embark.el b/embark.el
index ff2e8ac..dabcbce 100644
--- a/embark.el
+++ b/embark.el
@@ -3630,11 +3630,10 @@ and leaves the point to the left of it."
   ("SPC" mark)
   ("DEL" delete-region))
 
-(autoload 'message-caesar-region "message" nil t)
 (embark-define-keymap embark-encode-map
   "Keymap for Embark region encoding actions."
   :parent nil
-  ("r" message-caesar-region) ;; default rot13-region
+  ("r" rot13-region)
   ("." morse-region)
   ("-" unmorse-region)
   ("s" studlify-region)

Reply via email to