Variable: main-thread

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

Value

#<thread 0x55bcafa9b9c0>

Documentation

The main thread of Emacs.

View in manual

Probably introduced at or before Emacs version 27.1.

Source Code

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