]> git.eshelyaron.com Git - emacs.git/commit
Dump with `lexical-binding` bound to nil
authorMattias Engdegård <mattiase@acm.org>
Sun, 19 Sep 2021 18:07:11 +0000 (20:07 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 20 Sep 2021 08:14:35 +0000 (10:14 +0200)
commitfc268ed4399724978b4c1c8385965e443da6ca2e
treefd5514ed289fb878017520e5e365f3360c256c64
parentb34dcd96e909cc73ae0ff50215ac2c3f18b5ab30
Dump with `lexical-binding` bound to nil

* lisp/loadup.el (dump-mode): Temporarily bind `lexical-binding` to
nil while dumping.  Otherwise, it will be t in Emacs by default
and that is not our intention (yet).
lisp/loadup.el