diff options
| author | Eli Zaretskii | 2025-11-09 08:58:15 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-11-09 08:58:15 +0200 |
| commit | f11349ea1a5f391a457da90a7a07af9ba7f47e6d (patch) | |
| tree | dcfd85ba3d2d8c97f833f6f2dbf3a5a793c004f1 /lisp/progmodes/python.el | |
| parent | 266335374e29cfd304838b2109af93ab22f6009f (diff) | |
| download | emacs-f11349ea1a5f391a457da90a7a07af9ba7f47e6d.tar.gz emacs-f11349ea1a5f391a457da90a7a07af9ba7f47e6d.zip | |
Fix a crash in 'merge_face_ref'
* src/xfaces.c (get_lface_attributes): Avoid crashes if F is NULL.
This happens when 'face_inheritance_cycle' is for some reason
called for the default attributes of a face (which are applicable
to future frames). We avoid the crashes by not consulting face
remapping in that case, since face remapping is buffer-local, and
therefore cannot possibly affect face defaults. (Bug#79790)
Diffstat (limited to 'lisp/progmodes/python.el')
0 files changed, 0 insertions, 0 deletions