1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 07:30:59 -08:00

Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs

This commit is contained in:
Eli Zaretskii 2022-11-23 20:33:26 +02:00
commit 5f9b587e80

View file

@ -346,7 +346,9 @@ backward."
(value nil))
(while (progn
(goto-char (funcall next (point) property))
(not (or (setq value (get-text-property (point) property))
(not (or (and
(memq (get-char-property (point) 'invisible) '(ellipsis nil))
(setq value (get-text-property (point) property)))
(eobp)
(bobp)))))
(cond (value)