]> git.eshelyaron.com Git - emacs.git/commit
Set up defined_color_hook for the initial frame
authorAlex Gramiak <agrambot@gmail.com>
Fri, 31 May 2019 20:30:31 +0000 (14:30 -0600)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Aug 2019 08:45:41 +0000 (11:45 +0300)
commite503e9d35f80ff064c9f0ef24e514b00f5e214f9
tree3791070147421f4f866144ef295636fa92cb966b
parent65e4ebdfb6e78abac68ba9b9422fa6cd77028c16
Set up defined_color_hook for the initial frame

* src/terminal.c (init_initial_terminal): Set up the
defined_color_hook.  This avoids crashes when running
in batch mode with code that manipulates colors.
(Bug#36019)
src/terminal.c