]> git.eshelyaron.com Git - emacs.git/commit
Fix starting temacs interactively
authorEli Zaretskii <eliz@gnu.org>
Sun, 3 Mar 2019 17:02:34 +0000 (19:02 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 3 Mar 2019 17:02:34 +0000 (19:02 +0200)
commitdb3b3b350658e31c2668f2a14072d6ada9e2ae7c
tree6fb8c23e1a1a0f6f5d27b7d03b4cc9c82d195a59
parent8a64107f7de6db557a2c43147369c6a93adf6668
Fix starting temacs interactively

* src/dispnew.c (init_display_interactive): Don't call
init_faces_initial if we aren't initialized, since
tty-set-up-initial-frame-faces is not available then.  This
restores the ability to start "temacs -nw" and also avoids
bad crashes in "emacs -nw" if the pdumper file is not found.
(Bug#34707)
src/dispnew.c