Skip to content
  • Raymond Toy's avatar
    Handle search lists in pathname-match-p. · 521f8392
    Raymond Toy authored
    Allow search lists in pathname-match-p.  For each arg, we enumerate
    the possible values of the search list and try to find a match between
    the path and the wild path.  If there's a match, return true.
    
    Tests added for some cases of pathname-match-p with search lists.
    
    Fix issue #16.
    521f8392