Variable: eval-buffer-list
eval-buffer-list is a variable defined in lread.c.
Value
nil
Documentation
List of buffers being read from by calls to eval-buffer and eval-region.
Source Code
// Defined in /usr/src/emacs/src/lread.c
DEFVAR_LISP ("eval-buffer-list", Veval_buffer_list,
doc: /* List of buffers being read from by calls to `eval-buffer' and `eval-region'. */);