Function: tramp-compat-seq-keep
tramp-compat-seq-keep is a function alias for seq-keep, defined in
seq.el.gz.
Signature
(tramp-compat-seq-keep FUNCTION SEQUENCE)
Documentation
Apply FUNCTION to SEQUENCE and return the list of all the non-nil results.
This does not modify SEQUENCE.