1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-18 06:01:22 -08:00

(define-key-after): Renamed from define-key-in-sequence.

This commit is contained in:
Richard M. Stallman 1993-06-26 04:20:42 +00:00
parent 4434d61b29
commit 06ae9cf2a4

View file

@ -181,7 +181,7 @@ in KEYMAP as NEWDEF those chars which are defined as OLDDEF in OLDMAP."
(setq i (1+ i))))))
(setq scan (cdr scan)))))
(defun define-key-in-sequence (keymap key definition after)
(defun define-key-after (keymap key definition after)
"Add binding in KEYMAP for KEY => DEFINITION, right after AFTER's binding.
This is like `define-key' except that the binding for KEY is placed
just after the binding for the event AFTER, instead of at the beginning