]> git.eshelyaron.com Git - emacs.git/commit
Fix the unexec build on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Apr 2021 11:22:29 +0000 (14:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Apr 2021 11:22:29 +0000 (14:22 +0300)
commitab7a61e0efd0684bc37a556d12f36521f9f61782
tree52b7021faee65813d8a731e7d070508b5c073bd3
parent8e083440e10fb6415cecce4f2536e5c33e06dc27
Fix the unexec build on MS-Windows

* src/buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: If dumped
with unexec, be sure to map new memory also for the " prin1"
buffer.  For the reasons and discussion, see
https://lists.gnu.org/archive/html/emacs-devel/2021-04/msg01401.html.
src/buffer.c