Maxim Cournoyer afc6b1c0b6
build: emacs-utils: Add an option to select scoping for batch eval.
In Emacs 27, --eval now evaluates using lexical scoping.  This change adds an
option to select dynamic scoping, by using a workaround proposed in
<https://bugs.gnu.org/39823>.

* guix/build/emacs-utils.scm (emacs-batch-eval): Add a DYNAMIC? keyword
argument.  Wrap the EXPR with a call to EVAL that makes use of the argument
to select the scoping mode.
(emacs-generate-autoloads): Use it.
2020-03-22 21:17:38 -04:00
..
2019-05-09 00:22:37 -04:00
2020-01-23 23:34:09 +01:00
2019-01-06 00:22:05 +01:00
2018-05-07 11:21:36 +02:00
2019-04-27 17:13:18 +02:00
2019-11-26 12:31:39 +01:00
2019-11-13 22:49:47 +01:00
2019-06-17 16:13:36 +02:00