Function: tramp-compat-take

tramp-compat-take is a function alias for take, defined in fns.c.

Signature

(tramp-compat-take N LIST)

Documentation

Return the first N elements of LIST.

If N is zero or negative, return nil. If N is greater or equal to the length of LIST, return LIST (or a copy).

Aliases

tramp-compat-take