diff lisp/subr.el @ 3902:717f2e24975e

(define-key-after): Renamed from define-key-in-sequence.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Jun 1993 04:20:42 +0000
parents c78753b7eea8
children 1f1fefc400ed
line wrap: on
line diff
--- a/lisp/subr.el	Sat Jun 26 04:18:37 1993 +0000
+++ b/lisp/subr.el	Sat Jun 26 04:20:42 1993 +0000
@@ -181,7 +181,7 @@
 		(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