SET(KEY_MAP_LIST)
  Binds a key-map list to a buffer.
  Syntax
     SET (KEY_MAP_LIST, string, [buffer])
  Parameters
     string     Specifies the key-map list.
     buffer     The buffer to which you want to bind the key-map list.
  Example
     SET (KEY_MAP_LIST, "my_key_map_list", CURRENT_BUFFER);
  Binds the key-map list called MY_KEY_MAP_LIST to the current buffer.
  Related topics
     CREATE_KEY_MAP_LIST   REMOVE_KEY_MAP