Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
06ae9cf2
Commit
06ae9cf2
authored
Jun 26, 1993
by
Richard M. Stallman
Browse files
(define-key-after): Renamed from define-key-in-sequence.
parent
4434d61b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/subr.el
lisp/subr.el
+1
-1
No files found.
lisp/subr.el
View file @
06ae9cf2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment