Function: viper-memq-char
viper-memq-char is a function alias for memq, defined in fns.c.
This function is obsolete since 29.1; use memq instead.
Signature
(viper-memq-char ELT LIST)
Documentation
Return non-nil if ELT is an element of LIST. Comparison done with eq.
The value is actually the tail of LIST whose car is ELT.
Aliases
viper-memq-char (obsolete since 29.1)