]> git.eshelyaron.com Git - emacs.git/commit
Check for existence of terminal hooks before use
authorAlexander Gramiak <agrambot@gmail.com>
Mon, 15 Apr 2019 17:33:19 +0000 (11:33 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Fri, 26 Apr 2019 22:55:39 +0000 (16:55 -0600)
commit46cfe5cb1fe9cca5e2fa9f993320c46b1b564609
tree30b9e3513f52d735a47186e8d32af224fb4c9381
parent5d8b0fadeec373cd2861328aeb1cb4293cbc9ded
Check for existence of terminal hooks before use

This should not be necessary, and is merely a precaution. For
background, see:
https://lists.gnu.org/archive/html/emacs-devel/2019-04/msg00639.html

* src/frame.c:
* src/xdisp.c: Check for existence of terminal hooks before use.
src/frame.c
src/frame.h
src/xdisp.c