]> git.eshelyaron.com Git - emacs.git/commit
* src/pdumper.c (dump_buffer): Print message when aborting (bug#66743)
authorIhor Radchenko <yantar92@posteo.net>
Thu, 26 Oct 2023 11:52:32 +0000 (14:52 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Oct 2023 12:26:27 +0000 (15:26 +0300)
commit8c9e544501ae26ae328deefc05b5bf4874ead2d1
tree60bd7ffae2bd9889c8410255cc8929f34575ad8f
parentbbd4385a631d0b1127a17919e767bbbb513e1dcc
* src/pdumper.c (dump_buffer): Print message when aborting (bug#66743)

When the buffer contains overlays, it cannot be dumped.  Print a
clear message describing the reason, instead of just aborting.
src/pdumper.c