]> git.eshelyaron.com Git - emacs.git/commit
Create *Messages* buffer when loading dumped data.
authorKen Raeburn <raeburn@raeburn.org>
Sat, 10 Dec 2016 02:10:54 +0000 (21:10 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 22 Jul 2017 08:14:23 +0000 (04:14 -0400)
commitcd1a4077247f726793c215e7a3207954feb60428
tree5c3db2482bf7ae117b7cd9b0123eba3a9b2aae02
parent250c9adf9b9865df0dbfbe9974832b85c13b9575
Create *Messages* buffer when loading dumped data.

There seem to be some startup paths using dumped.elc that attempt to
use the messages buffer without creating it.

* lisp/loadup.el: When generating dumped.elc, emit a form to create
the standard "*Messages*" buffer.
lisp/loadup.el