Variable: after-init-time

after-init-time is a variable defined in emacs.c.

Value

(27103 50252 573583 390000)

Documentation

Value of current-time after loading the init files.

This is nil during initialization.

View in manual

Probably introduced at or before Emacs version 23.1.

Source Code

// Defined in /usr/src/emacs/src/emacs.c
  DEFVAR_LISP ("after-init-time", Vafter_init_time,
	       doc: /* Value of `current-time' after loading the init files.
This is nil during initialization.  */);