Variable: top-level
top-level is a variable defined in keyboard.c.
Value
(normal-top-level)
Documentation
Form to evaluate when Emacs starts up.
Useful to set before you dump a modified Emacs.
Probably introduced at or before Emacs version 1.1.
Key Bindings
Source Code
// Defined in /usr/src/emacs/src/keyboard.c
DEFVAR_LISP ("top-level", Vtop_level,
doc: /* Form to evaluate when Emacs starts up.
Useful to set before you dump a modified Emacs. */);