branch: elpa/devil
commit a98cb1a7bd04dcd242b85cb6c9545a1d870a037e
Author: Susam Pal <su...@susam.net>
Commit: Susam Pal <su...@susam.net>

    Automatically detect the activation key
---
 devil.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devil.el b/devil.el
index a4d1667f47..b6a5fb1b2a 100644
--- a/devil.el
+++ b/devil.el
@@ -150,7 +150,7 @@ occurrence `devil-key' is inserted into the buffer."
   "Wake up Devil to read and translate Devil key sequences."
   (interactive)
   (devil--log "Devil waking up")
-  (devil--read-key (vconcat (kbd devil-key))))
+  (devil--read-key (this-command-keys)))
 
 (defun devil--read-key (key)
   "Read Devil key sequences.

Reply via email to