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.

View in manual

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.  */);