Function: byte-compile-lambda-form

byte-compile-lambda-form is a byte-compiled function defined in bytecomp.el.gz.

Signature

(byte-compile-lambda-form FORM)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
;; Lambdas in valid places are handled as special cases by various code.
;; The ones that remain are errors.
(defun byte-compile-lambda-form (_form)
  (error "`lambda' used as function name is invalid"))