aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-06-17 08:56:10 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-06-17 09:02:41 +0200
commite5ec04fea3535e13a374a4b3ed5fd08038c0124c (patch)
tree66ce632d9ab00fb0bd64e29fff2a59ac9199e7c4 /README.md
parentb75491b95ead07ca2cd02c128037c08882b046b4 (diff)
Eagerly expand macros in compat-entwine
In order for `compat--entwine-version' to be passed on to the macro generator functions, we cannot just bind the variable within the macro and forget about it. Generating a let binding instead of a `progn'-block is likewise insufficient, as this would only affect the evaluation, not the macro-expansion. It is therefore necessary to expand all macros (or at least all macros using `compat--generate-function', which for our intent is almost every case) while binding `compat--entwine-version', so that the binding is preserved. If this is not done, the version cannot be determined when loading compat.el (the main file). To my understanding this is not fatal, because all this affects is that compat.elc cannot be generated, so the slower compat.el has to be loaded.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions