[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Troy Hinckley |
Date: |
Tue, 27 Jul 2021 17:54:25 -0600 |
Subject: Load order for elisp files
User-agent: mu4e 1.2.0; emacs 28.0.50
I am trying to better understand the bootstrap process for Emacs and I
have run into a chicken and egg problem. When looking for where the
basic functions are defined, I can see that defmacro and defun are defined in
byte-run.el. However the code needed to evaluate a macro is in
backquote.el. But backquote.el uses defun, which is defined in
byte-run.el. Which of these files is loaded first, and how does Emacs
work around this apparent causality dilemma?
- [no subject],
Troy Hinckley <=