Fix "C-u C-x =" for SPC

* lisp/descr-text.el (describe-char): Don't report 'nobreak-space'
face for SPC.  (Bug#56337)
This commit is contained in:
Eli Zaretskii 2022-07-01 17:17:36 +03:00
parent 7e33618bbc
commit 1c3d107cb5

View file

@ -690,6 +690,7 @@ The character information includes:
(looking-at-p "[ \t]+$")))
'trailing-whitespace)
((and nobreak-char-display char
(> char 127)
(eq (get-char-code-property char 'general-category) 'Zs))
'nobreak-space)
((and nobreak-char-display char