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:
parent
7e33618bbc
commit
1c3d107cb5
1 changed files with 1 additions and 0 deletions
|
@ -690,6 +690,7 @@ The character information includes:
|
||||||
(looking-at-p "[ \t]+$")))
|
(looking-at-p "[ \t]+$")))
|
||||||
'trailing-whitespace)
|
'trailing-whitespace)
|
||||||
((and nobreak-char-display char
|
((and nobreak-char-display char
|
||||||
|
(> char 127)
|
||||||
(eq (get-char-code-property char 'general-category) 'Zs))
|
(eq (get-char-code-property char 'general-category) 'Zs))
|
||||||
'nobreak-space)
|
'nobreak-space)
|
||||||
((and nobreak-char-display char
|
((and nobreak-char-display char
|
||||||
|
|
Loading…
Add table
Reference in a new issue