branch: elpa/keycast
commit 50d57cb4885ef02a37352bd7c0f370f171b6eb19
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    keycast-substitute-alist: Don't log transient-update
    
    This command is invoked when invoking a prefix *key* (such as "-")
    in a transient in order to re-display the transient buffer to dim
    all suffixes whose bindings do not begin with that prefix.  The key
    is then unread so that the user can continue typing the key sequence
    they intended to type (such as "- f" to toggle the "-f" argument).
    
    This command is an implementation detail that users don't need to
    know about.
---
 keycast.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/keycast.el b/keycast.el
index 2fba4169ff..cca644a527 100644
--- a/keycast.el
+++ b/keycast.el
@@ -215,7 +215,8 @@ but that isn't a member yet, then insert that followed by
   :type 'string)
 
 (defcustom keycast-substitute-alist
-  '((keycast-log-erase-buffer nil nil))
+  '((keycast-log-erase-buffer nil nil)
+    (transient-update         nil nil))
   "Alist used to substituted events and/or commands for display.
 
 Occasionally it might be necessary to pretend you pressed another

Reply via email to