Function: any--anon-cmacro

any--anon-cmacro is a function defined in subr.el.gz.

Signature

(any--anon-cmacro _ PRED LIST)

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
;; Could not find source code, showing raw function object.
#[(_ pred list)
  ((ignore pred list)
   `(drop-while (lambda (x) (not (funcall ,pred x))) ,list))
  (t)]