mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(access_keymap): Return the cdr of the binding of
a generic character instead of its definition (KEY . BINDING).
This commit is contained in:
parent
e124966678
commit
3ec6401d7b
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ access_keymap (map, idx, t_ok, noinherit, autoload)
|
|||
/* KEY is the generic character of the charset of IDX.
|
||||
Use KEY's binding if there isn't a binding for IDX
|
||||
itself. */
|
||||
generic_binding = binding;
|
||||
generic_binding = XCDR (binding);
|
||||
}
|
||||
else if (t_ok && EQ (XCAR (binding), Qt))
|
||||
t_binding = XCDR (binding);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue