chart-sort-matchlist
chart-sort-matchlist is a compiled Lisp function in `chart.el
'.
(chart-sort-matchlist NAMELST NUMLST PRED)
Sort NAMELST and NUMLST (both sequence objects) based on predicate PRED.
PRED should be the equivalent of '<, except it must expect two
cons cells of the form (NAME . NUM). See `sort' for more details.