Variable: internal-make-interpreted-closure-function

internal-make-interpreted-closure-function is a variable defined in eval.c.

Value

cconv-make-interpreted-closure

Documentation

Function to filter the env when constructing a closure.

Source Code

// Defined in /usr/src/emacs/src/eval.c
  DEFVAR_LISP ("internal-make-interpreted-closure-function",
	       Vinternal_make_interpreted_closure_function,
	       doc: /* Function to filter the env when constructing a closure.  */);