diff options
author | Jim Porter <jporterbugs@gmail.com> | 2023-02-28 11:35:21 -0800 |
---|---|---|
committer | Jim Porter <jporterbugs@gmail.com> | 2023-03-03 09:25:22 -0800 |
commit | 2840895c1ae4f60c3b225dc1d75854fb09bca259 (patch) | |
tree | 7273dc102662b6e96709e9439eaddb0175086b11 /lisp/erc/erc-lang.el | |
parent | 452b5ed1030f9ddb10744db76f23e83d434965e8 (diff) | |
download | emacs-2840895c1ae4f60c3b225dc1d75854fb09bca259.tar.gz emacs-2840895c1ae4f60c3b225dc1d75854fb09bca259.tar.bz2 emacs-2840895c1ae4f60c3b225dc1d75854fb09bca259.zip |
Don't create GUI frames in batch sessions
This resolves an issue with running test/lisp/server-tests.el when
'DISPLAY' is set: the tests would start the Emacs server in a batch
session, and then request a new GUI frame. However, that caused the
tests to terminate with SIGIO, since a batch Emacs doesn't set a SIGIO
handler.
Ref: <https://lists.gnu.org/archive/html/emacs-devel/2023-02/msg00879.html>
* lisp/frame.el (make-frame): Always create a terminal frame in batch
sessions.
Diffstat (limited to 'lisp/erc/erc-lang.el')
0 files changed, 0 insertions, 0 deletions