aboutsummaryrefslogtreecommitdiff
path: root/compat-29.el
diff options
context:
space:
mode:
Diffstat (limited to 'compat-29.el')
-rw-r--r--compat-29.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-29.el b/compat-29.el
index 86ea558..a01d466 100644
--- a/compat-29.el
+++ b/compat-29.el
@@ -716,7 +716,7 @@ in a cleaner way with command remapping, like this:
(substitute-key-definition-key defn olddef newdef prefix1 keymap))
scan)))
-(compat-defun keymap-set-after (keymap key definition &optional after) ;; <UNTESTED>
+(compat-defun keymap-set-after (keymap key definition &optional after) ;; <compat-tests:keymap-set-after>
"Add binding in KEYMAP for KEY => DEFINITION, right after AFTER's binding.
This is like `keymap-set' except that the binding for KEY is placed
just after the binding for the event AFTER, instead of at the beginning