mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user