Mercurial > emacs
changeset 3399:c910eb73b259
(map-keymap): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Jun 1993 18:24:00 +0000 |
parents | 4fb117e74844 |
children | 927c3d8374ef |
files | lisp/emacs-lisp/lucid.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lucid.el Tue Jun 01 18:02:02 1993 +0000 +++ b/lisp/emacs-lisp/lucid.el Tue Jun 01 18:24:00 1993 +0000 @@ -70,7 +70,12 @@ This includes bindings inherited from a parent keymap. FUNCTION receives two arguments each time it is called: the character (more generally, the event type) that is bound, -and the binding it has." +and the binding it has. + +Note that passing the event type directly to `define-key' does not work +in Emacs 19. We do not emulate that particular feature of Lucid Emacs. +If your code does that, modify it to make a vector containing the event +type that you get. That will work in both versions of Emacs." (if sort-first (let (list) (map-keymap (function (lambda (a b)