]> git.eshelyaron.com Git - emacs.git/commit
Pacify -Wnull-dereference
authorPo Lu <luangruo@yahoo.com>
Sun, 6 Nov 2022 11:42:36 +0000 (19:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 6 Nov 2022 11:42:36 +0000 (19:42 +0800)
commitdad452552bebf832e737ebb946b5eea6cd57f63f
treeff08a9ac8bdedc3037c2f21d036c60c6da178e09
parentf305d1ab3a913ce30cfb28fdce48d99d65caf256
Pacify -Wnull-dereference

* src/xdisp.c (extend_face_to_end_of_line): Use FACE_FROM_ID,
not FACE_FROM_ID_OR_NULL, when the next line proceeds to
immediately dereference the face.
src/xdisp.c