]> git.eshelyaron.com Git - emacs.git/commit
(access_keymap): If IDX has a meta prefix, and there's
authorGerd Moellmann <gerd@gnu.org>
Wed, 18 Oct 2000 14:20:53 +0000 (14:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 18 Oct 2000 14:20:53 +0000 (14:20 +0000)
commit7396a36c102c34fce487f2bf4883bf4c91f0fd3d
treee7bfad34310a5feeeaa343891f575aa2cafd3e03
parent4e217e5069de0bfe49900b79f696f3feec9da6b9
(access_keymap): If IDX has a meta prefix, and there's
no map for meta_prefix_char, don't try to use it as a keymap.
Instead, if T_OK is non-zero, look up a default binding, if any,
otherwise, if T_OK is zero, return nil.
src/keymap.c