Since there are two different types of keymap (lists and tables) there are two different functions for creating them with.
(make-keylist)
=> (keymap)
(make-keytab)
=> [nil nil ... nil]
If you want to produce a new copy of a keymap use the copy-sequence
function (see section Sequence Functions) to duplicate the source keymap.
Go to the first, previous, next, last section, table of contents.