diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-02 09:33:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-02 09:33:51 +0200 |
commit | 52c91122eecb0f679de46d539fc85b8e28599fe1 (patch) | |
tree | 651f2838ae6bb4254ebf9c72e558d660515e8443 /lisp/descr-text.el | |
parent | 9dc0fdfdc14beb5d19b705b25bf01020df27541b (diff) | |
parent | 1c3d107cb5367098d592b69d02beedd7aa9ded16 (diff) | |
download | emacs-52c91122eecb0f679de46d539fc85b8e28599fe1.tar.gz emacs-52c91122eecb0f679de46d539fc85b8e28599fe1.tar.bz2 emacs-52c91122eecb0f679de46d539fc85b8e28599fe1.zip |
Merge from origin/emacs-28
1c3d107cb5 Fix "C-u C-x =" for SPC
7e33618bbc ; * src/fns.c (Frequire): Fix a typo in the doc string. (...
6908309827 Doc fixes: don't refer to some obsolete items
dc3cb749f3 Remove obsolete cust-print from elisp index
9ffbbddf8e * admin/make-tarball.txt: Minor clarifications.
f5421104e9 Fix external image conversion on MS-Windows
6f22631a63 * doc/emacs/buffers.texi (Indirect Buffers): Mention modif...
# Conflicts:
# doc/emacs/buffers.texi
# lisp/emacs-lisp/nadvice.el
# lisp/image/image-converter.el
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 0f01ad676ae..16971aa6611 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -701,6 +701,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 |