Variable: main-thread

main-thread is a variable defined in thread.c.

Value

#<thread 0xaf1b92660a88>

Documentation

The main thread of Emacs.

View in manual

Probably introduced at or before Emacs version 26.1.

Source Code

// Defined in /usr/src/emacs/src/thread.c
  DEFVAR_LISP ("main-thread", Vmain_thread,
    doc: /* The main thread of Emacs.  */);